pub struct SpatialEntityIdBD(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SpatialEntityIdBD
impl Clone for SpatialEntityIdBD
Source§fn clone(&self) -> SpatialEntityIdBD
fn clone(&self) -> SpatialEntityIdBD
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 SpatialEntityIdBD
Source§impl Debug for SpatialEntityIdBD
impl Debug for SpatialEntityIdBD
Source§impl Default for SpatialEntityIdBD
impl Default for SpatialEntityIdBD
Source§fn default() -> SpatialEntityIdBD
fn default() -> SpatialEntityIdBD
Returns the “default value” for a type. Read more
impl Eq for SpatialEntityIdBD
Source§impl Hash for SpatialEntityIdBD
impl Hash for SpatialEntityIdBD
Source§impl Ord for SpatialEntityIdBD
impl Ord for SpatialEntityIdBD
Source§fn cmp(&self, other: &SpatialEntityIdBD) -> Ordering
fn cmp(&self, other: &SpatialEntityIdBD) -> 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 SpatialEntityIdBD
impl PartialEq for SpatialEntityIdBD
Source§fn eq(&self, other: &SpatialEntityIdBD) -> bool
fn eq(&self, other: &SpatialEntityIdBD) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SpatialEntityIdBD
impl PartialOrd for SpatialEntityIdBD
impl StructuralPartialEq for SpatialEntityIdBD
Auto Trait Implementations§
impl Freeze for SpatialEntityIdBD
impl RefUnwindSafe for SpatialEntityIdBD
impl Send for SpatialEntityIdBD
impl Sync for SpatialEntityIdBD
impl Unpin for SpatialEntityIdBD
impl UnsafeUnpin for SpatialEntityIdBD
impl UnwindSafe for SpatialEntityIdBD
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