Struct consts::Container1
source · [−]pub struct Container1(_);
Auto Trait Implementations
impl !RefUnwindSafe for Container1
impl Send for Container1
impl !Sync for Container1
impl Unpin for Container1
impl UnwindSafe for Container1
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