pub enum Implicit {}
Expand description
A type parameter for IMPLICIT
tagged values.
Trait Implementations
impl Eq for Implicit
impl StructuralEq for Implicit
impl StructuralPartialEq for Implicit
impl TagKind for Implicit
Auto Trait Implementations
impl RefUnwindSafe for Implicit
impl Send for Implicit
impl Sync for Implicit
impl Unpin for Implicit
impl UnwindSafe for Implicit
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