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