pub struct WithBase;Auto Trait Implementations§
impl Freeze for WithBase
impl RefUnwindSafe for WithBase
impl Send for WithBase
impl Sync for WithBase
impl Unpin for WithBase
impl UnsafeUnpin for WithBase
impl UnwindSafe for WithBase
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