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