pub struct TypeIntervalCompound { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TypeIntervalCompound
impl Clone for TypeIntervalCompound
Source§fn clone(&self) -> TypeIntervalCompound
fn clone(&self) -> TypeIntervalCompound
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 TypeIntervalCompound
impl Debug for TypeIntervalCompound
Source§impl Default for TypeIntervalCompound
impl Default for TypeIntervalCompound
Source§impl From<TypeIntervalCompound> for TypeIntervalCompound
impl From<TypeIntervalCompound> for TypeIntervalCompound
Source§fn from(value: TypeIntervalCompound) -> Self
fn from(value: TypeIntervalCompound) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TypeIntervalCompound> for TypeIntervalCompound
impl TryFrom<TypeIntervalCompound> for TypeIntervalCompound
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TypeIntervalCompound) -> Result<Self, ConversionError>
fn try_from(value: TypeIntervalCompound) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TypeIntervalCompound
impl RefUnwindSafe for TypeIntervalCompound
impl Send for TypeIntervalCompound
impl Sync for TypeIntervalCompound
impl Unpin for TypeIntervalCompound
impl UnwindSafe for TypeIntervalCompound
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