pub struct CachedVariant { /* private fields */ }
Trait Implementations§
Source§impl Clone for CachedVariant
impl Clone for CachedVariant
Source§impl From<&CachedVariant> for Variant
impl From<&CachedVariant> for Variant
Source§fn from(variant: &CachedVariant) -> Self
fn from(variant: &CachedVariant) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for CachedVariant
impl RefUnwindSafe for CachedVariant
impl Send for CachedVariant
impl Sync for CachedVariant
impl Unpin for CachedVariant
impl UnwindSafe for CachedVariant
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