pub enum SMBC_internal_data {}Auto Trait Implementations§
impl Freeze for SMBC_internal_data
impl RefUnwindSafe for SMBC_internal_data
impl Send for SMBC_internal_data
impl Sync for SMBC_internal_data
impl Unpin for SMBC_internal_data
impl UnwindSafe for SMBC_internal_data
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