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