pub struct CVastAlwaysBase { /* private fields */ }Auto Trait Implementations§
impl Freeze for CVastAlwaysBase
impl RefUnwindSafe for CVastAlwaysBase
impl Send for CVastAlwaysBase
impl Sync for CVastAlwaysBase
impl Unpin for CVastAlwaysBase
impl UnwindSafe for CVastAlwaysBase
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