pub struct GeometryId(/* private fields */);Trait Implementations§
Source§impl Clone for GeometryId
impl Clone for GeometryId
Source§fn clone(&self) -> GeometryId
fn clone(&self) -> GeometryId
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 GeometryId
Source§impl Debug for GeometryId
impl Debug for GeometryId
Source§impl PartialEq for GeometryId
impl PartialEq for GeometryId
Source§fn eq(&self, other: &GeometryId) -> bool
fn eq(&self, other: &GeometryId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometryId
Auto Trait Implementations§
impl Freeze for GeometryId
impl RefUnwindSafe for GeometryId
impl Send for GeometryId
impl Sync for GeometryId
impl Unpin for GeometryId
impl UnsafeUnpin for GeometryId
impl UnwindSafe for GeometryId
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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