pub enum ContextTypeEntry<'a, M> {
Container(&'a Entry<TypeContainer, M>),
Protected(&'a Entry<bool, M>),
}
Variants§
Implementations§
source§impl<'a, M> ContextTypeEntry<'a, M>
impl<'a, M> ContextTypeEntry<'a, M>
pub fn key(&self) -> ContextTypeKey
Trait Implementations§
source§impl<'a, M> PrecomputeSize for ContextTypeEntry<'a, M>
impl<'a, M> PrecomputeSize for ContextTypeEntry<'a, M>
source§impl<'a, M> PrintWithSize for ContextTypeEntry<'a, M>
impl<'a, M> PrintWithSize for ContextTypeEntry<'a, M>
Auto Trait Implementations§
impl<'a, M> RefUnwindSafe for ContextTypeEntry<'a, M>where M: RefUnwindSafe,
impl<'a, M> Send for ContextTypeEntry<'a, M>where M: Sync,
impl<'a, M> Sync for ContextTypeEntry<'a, M>where M: Sync,
impl<'a, M> Unpin for ContextTypeEntry<'a, M>
impl<'a, M> UnwindSafe for ContextTypeEntry<'a, M>where M: RefUnwindSafe,
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