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