pub struct SsmR { /* private fields */ }
Expand description
Value of the field SSM
Implementations§
Auto Trait Implementations§
impl Freeze for SsmR
impl RefUnwindSafe for SsmR
impl Send for SsmR
impl Sync for SsmR
impl Unpin for SsmR
impl UnwindSafe for SsmR
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