pub enum Bare {}Expand description
Object representation without explicit type id. Can only be used for structs, or write-only enums.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bare
impl Send for Bare
impl Sync for Bare
impl Unpin for Bare
impl UnwindSafe for Bare
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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