pub struct TypeDomain { /* private fields */ }
Expand description
Type’s domain consisting of the defined intervals.
Trait Implementations§
Source§impl Clone for TypeDomain
impl Clone for TypeDomain
Source§fn clone(&self) -> TypeDomain
fn clone(&self) -> TypeDomain
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 TypeDomain
impl Debug for TypeDomain
Source§impl Default for TypeDomain
impl Default for TypeDomain
Source§fn default() -> TypeDomain
fn default() -> TypeDomain
Returns the “default value” for a type. Read more
Source§impl PartialEq for TypeDomain
impl PartialEq for TypeDomain
impl StructuralPartialEq for TypeDomain
Auto Trait Implementations§
impl Freeze for TypeDomain
impl RefUnwindSafe for TypeDomain
impl !Send for TypeDomain
impl !Sync for TypeDomain
impl Unpin for TypeDomain
impl UnwindSafe for TypeDomain
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