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