pub struct Epsilon;
Trait Implementations§
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