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