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