Struct catalyst_entities::SyncFragBorrow
source · pub struct SyncFragBorrow<T>(_, _);Trait Implementations§
Auto Trait Implementations§
impl<T> !ArchiveCopy for SyncFragBorrow<T>
impl<T> !NoInteriorMutability for SyncFragBorrow<T>
impl<T> RefUnwindSafe for SyncFragBorrow<T>where T: RefUnwindSafe,
impl<T> !Send for SyncFragBorrow<T>
impl<T> !Sync for SyncFragBorrow<T>
impl<T> Unpin for SyncFragBorrow<T>
impl<T> UnwindSafe for SyncFragBorrow<T>where T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§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<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<T, A> DynAccess<T> for Awhere
A: Access<T>,
<A as Access<T>>::Guard: 'static,
impl<T, A> DynAccess<T> for Awhere A: Access<T>, <A as Access<T>>::Guard: 'static,
source§fn load(&self) -> DynGuard<T>
fn load(&self) -> DynGuard<T>
The equivalent of
Access::load.