pub struct DimensionId(/* private fields */);Expand description
Dimension handle returned by NcFileBuilder::add_dimension.
Trait Implementations§
Source§impl Clone for DimensionId
impl Clone for DimensionId
Source§fn clone(&self) -> DimensionId
fn clone(&self) -> DimensionId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DimensionId
Source§impl Debug for DimensionId
impl Debug for DimensionId
impl Eq for DimensionId
Source§impl Hash for DimensionId
impl Hash for DimensionId
Source§impl Ord for DimensionId
impl Ord for DimensionId
Source§fn cmp(&self, other: &DimensionId) -> Ordering
fn cmp(&self, other: &DimensionId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DimensionId
impl PartialEq for DimensionId
Source§impl PartialOrd for DimensionId
impl PartialOrd for DimensionId
impl StructuralPartialEq for DimensionId
Auto Trait Implementations§
impl Freeze for DimensionId
impl RefUnwindSafe for DimensionId
impl Send for DimensionId
impl Sync for DimensionId
impl Unpin for DimensionId
impl UnsafeUnpin for DimensionId
impl UnwindSafe for DimensionId
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