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