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