pub struct ArrayDimensions<'a> {
pub(crate) data: &'a [u8],
}
Expand description
The dimensions of an Array
.
Fields§
§data: &'a [u8]
Implementations§
Source§impl ArrayDimensions<'_>
impl ArrayDimensions<'_>
Trait Implementations§
Source§impl<'a> Clone for ArrayDimensions<'a>
impl<'a> Clone for ArrayDimensions<'a>
Source§fn clone(&self) -> ArrayDimensions<'a>
fn clone(&self) -> ArrayDimensions<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ArrayDimensions<'_>
impl Debug for ArrayDimensions<'_>
Source§impl<'a> Hash for ArrayDimensions<'a>
impl<'a> Hash for ArrayDimensions<'a>
Source§impl<'a> IntoIterator for ArrayDimensions<'a>
impl<'a> IntoIterator for ArrayDimensions<'a>
Source§type Item = ArrayDimension
type Item = ArrayDimension
The type of the elements being iterated over.
Source§type IntoIter = ArrayDimensionsIter<'a>
type IntoIter = ArrayDimensionsIter<'a>
Which kind of iterator are we turning this into?
Source§impl Ord for ArrayDimensions<'_>
impl Ord for ArrayDimensions<'_>
Source§impl<'a> PartialEq for ArrayDimensions<'a>
impl<'a> PartialEq for ArrayDimensions<'a>
Source§impl PartialOrd for ArrayDimensions<'_>
impl PartialOrd for ArrayDimensions<'_>
impl<'a> Copy for ArrayDimensions<'a>
impl<'a> Eq for ArrayDimensions<'a>
impl<'a> StructuralPartialEq for ArrayDimensions<'a>
Auto Trait Implementations§
impl<'a> Freeze for ArrayDimensions<'a>
impl<'a> RefUnwindSafe for ArrayDimensions<'a>
impl<'a> Send for ArrayDimensions<'a>
impl<'a> Sync for ArrayDimensions<'a>
impl<'a> Unpin for ArrayDimensions<'a>
impl<'a> UnwindSafe for ArrayDimensions<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> CollectionExt<T> for Twhere
T: IntoIterator,
impl<T> CollectionExt<T> for Twhere
T: IntoIterator,
Source§fn into_first(self) -> <T as IntoIterator>::Item
fn into_first(self) -> <T as IntoIterator>::Item
Consumes the collection and returns its first element. Read more
Source§fn into_last(self) -> <T as IntoIterator>::Item
fn into_last(self) -> <T as IntoIterator>::Item
Consumes the collection and returns its last element. Read more
Source§fn expect_element<Err>(
self,
msg_fn: impl FnOnce() -> Err,
) -> <T as IntoIterator>::Itemwhere
Err: Display,
fn expect_element<Err>(
self,
msg_fn: impl FnOnce() -> Err,
) -> <T as IntoIterator>::Itemwhere
Err: Display,
Consumes the collection and returns its only element. Read more
Source§fn into_element(self) -> <T as IntoIterator>::Item
fn into_element(self) -> <T as IntoIterator>::Item
Consumes the collection and returns its only element. Read more
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PreferredContainer for T
impl<T> PreferredContainer for T
Source§impl<T> ProgressEventTimestamp for T
impl<T> ProgressEventTimestamp for T
Source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
Source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto
.Source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto
.Source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
Source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.Source§impl<C, I> ToStream<C> for I
impl<C, I> ToStream<C> for I
Source§fn to_stream<S>(self, scope: &mut S) -> StreamCore<S, C>where
S: Scope,
fn to_stream<S>(self, scope: &mut S) -> StreamCore<S, C>where
S: Scope,
Converts to a timely StreamCore. Read more
Source§impl<CB, I> ToStreamBuilder<CB> for I
impl<CB, I> ToStreamBuilder<CB> for I
Source§fn to_stream_with_builder<S>(
self,
scope: &mut S,
) -> StreamCore<S, <CB as ContainerBuilder>::Container>where
S: Scope,
fn to_stream_with_builder<S>(
self,
scope: &mut S,
) -> StreamCore<S, <CB as ContainerBuilder>::Container>where
S: Scope,
Converts to a timely StreamCore, using the supplied container builder type. Read more