pub struct MappedReadRef<A, T> { /* private fields */ }Implementations§
Source§impl<A, T> MappedReadRef<A, T>
impl<A, T> MappedReadRef<A, T>
Trait Implementations§
Source§impl<A, T> Clone for MappedReadRef<A, T>
impl<A, T> Clone for MappedReadRef<A, T>
Source§impl<A, T> Debug for MappedReadRef<A, T>where
T: Debug,
impl<A, T> Debug for MappedReadRef<A, T>where
T: Debug,
Source§impl<A, T> Deref for MappedReadRef<A, T>
impl<A, T> Deref for MappedReadRef<A, T>
Source§impl<A, T> Display for MappedReadRef<A, T>where
T: Display,
impl<A, T> Display for MappedReadRef<A, T>where
T: Display,
Source§impl<A, T> Hash for MappedReadRef<A, T>where
T: Hash,
impl<A, T> Hash for MappedReadRef<A, T>where
T: Hash,
Source§impl<A, T, I, J: Iterator<Item = I>> IntoIterator for &MappedReadRef<A, T>
impl<A, T, I, J: Iterator<Item = I>> IntoIterator for &MappedReadRef<A, T>
Source§impl<A, T> Ord for MappedReadRef<A, T>where
T: Ord,
impl<A, T> Ord for MappedReadRef<A, T>where
T: Ord,
Source§impl<A, T> PartialEq for MappedReadRef<A, T>where
T: PartialEq,
impl<A, T> PartialEq for MappedReadRef<A, T>where
T: PartialEq,
Source§impl<A, T> PartialOrd for MappedReadRef<A, T>where
T: PartialOrd,
impl<A, T> PartialOrd for MappedReadRef<A, T>where
T: PartialOrd,
Source§impl<A, T> Serialize for MappedReadRef<A, T>where
T: Serialize,
impl<A, T> Serialize for MappedReadRef<A, T>where
T: Serialize,
Source§impl<A, T> TraceRawVcs for MappedReadRef<A, T>where
T: TraceRawVcs,
impl<A, T> TraceRawVcs for MappedReadRef<A, T>where
T: TraceRawVcs,
fn trace_raw_vcs(&self, trace_context: &mut TraceRawVcsContext)
fn get_raw_vcs(&self) -> Vec<RawVc>
Source§impl<A, T> ValueDebugFormat for MappedReadRef<A, T>where
T: ValueDebugFormat,
impl<A, T> ValueDebugFormat for MappedReadRef<A, T>where
T: ValueDebugFormat,
fn value_debug_format(&self, depth: usize) -> ValueDebugFormatString<'_>
impl<A, T> Eq for MappedReadRef<A, T>where
T: Eq,
impl<A: Send + Sync, T: Sync> Send for MappedReadRef<A, T>
impl<A: Send + Sync, T: Sync> Sync for MappedReadRef<A, T>
Auto Trait Implementations§
impl<A, T> Freeze for MappedReadRef<A, T>
impl<A, T> RefUnwindSafe for MappedReadRef<A, T>where
T: RefUnwindSafe,
A: RefUnwindSafe,
impl<A, T> Unpin for MappedReadRef<A, T>where
A: Unpin,
impl<A, T> UnwindSafe for MappedReadRef<A, T>
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<T> DynPartialEq for T
impl<T> DynPartialEq for T
fn dyn_partial_eq(&self, other: &(dyn Any + 'static)) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.