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 · 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 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
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 · 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§impl PartialOrd for SpatialEntityIdBD
impl PartialOrd for SpatialEntityIdBD
impl Copy for SpatialEntityIdBD
impl Eq 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 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