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