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 copy 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 GeometryId
impl Debug for GeometryId
Source§impl PartialEq for GeometryId
impl PartialEq for GeometryId
impl Copy for GeometryId
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 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