pub enum Explicit {}
Expand description
A type parameter for EXPLICIT
tagged values.
Trait Implementations
impl Eq for Explicit
impl StructuralEq for Explicit
impl StructuralPartialEq for Explicit
impl TagKind for Explicit
Auto Trait Implementations
impl RefUnwindSafe for Explicit
impl Send for Explicit
impl Sync for Explicit
impl Unpin for Explicit
impl UnwindSafe for Explicit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more