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