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