pub struct UnitInterval(/* private fields */);Trait Implementations§
Source§impl Clone for UnitInterval
impl Clone for UnitInterval
Source§fn clone(&self) -> UnitInterval
fn clone(&self) -> UnitInterval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnitInterval
impl Debug for UnitInterval
Source§impl Decode for UnitInterval
impl Decode for UnitInterval
Source§impl PartialEq for UnitInterval
impl PartialEq for UnitInterval
impl Eq for UnitInterval
impl StructuralPartialEq for UnitInterval
Auto Trait Implementations§
impl Freeze for UnitInterval
impl RefUnwindSafe for UnitInterval
impl Send for UnitInterval
impl Sync for UnitInterval
impl Unpin for UnitInterval
impl UnwindSafe for UnitInterval
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