pub struct GnoInterval { /* private fields */ }Expand description
GnoInterval. Stored within Sid
Implementations§
Trait Implementations§
Source§impl Clone for GnoInterval
impl Clone for GnoInterval
Source§fn clone(&self) -> GnoInterval
fn clone(&self) -> GnoInterval
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 GnoInterval
impl Debug for GnoInterval
Source§impl Hash for GnoInterval
impl Hash for GnoInterval
Source§impl<'de> MyDeserialize<'de> for GnoInterval
impl<'de> MyDeserialize<'de> for GnoInterval
Source§impl MySerialize for GnoInterval
impl MySerialize for GnoInterval
Source§impl PartialEq for GnoInterval
impl PartialEq for GnoInterval
impl Copy for GnoInterval
impl Eq for GnoInterval
impl StructuralPartialEq for GnoInterval
Auto Trait Implementations§
impl Freeze for GnoInterval
impl RefUnwindSafe for GnoInterval
impl Send for GnoInterval
impl Sync for GnoInterval
impl Unpin for GnoInterval
impl UnwindSafe for GnoInterval
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