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