pub struct Rt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Rt
impl Ord for Rt
Source§impl PartialOrd for Rt
impl PartialOrd for Rt
impl Copy for Rt
impl Eq for Rt
impl StructuralPartialEq for Rt
Auto Trait Implementations§
impl Freeze for Rt
impl RefUnwindSafe for Rt
impl Send for Rt
impl Sync for Rt
impl Unpin for Rt
impl UnwindSafe for Rt
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