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