pub struct PropertyDefinitionId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PropertyDefinitionId
impl Clone for PropertyDefinitionId
Source§fn clone(&self) -> PropertyDefinitionId
fn clone(&self) -> PropertyDefinitionId
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 PropertyDefinitionId
Source§impl Debug for PropertyDefinitionId
impl Debug for PropertyDefinitionId
impl Eq for PropertyDefinitionId
Source§impl Hash for PropertyDefinitionId
impl Hash for PropertyDefinitionId
Source§impl PartialEq for PropertyDefinitionId
impl PartialEq for PropertyDefinitionId
Source§fn eq(&self, other: &PropertyDefinitionId) -> bool
fn eq(&self, other: &PropertyDefinitionId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PropertyDefinitionId
Auto Trait Implementations§
impl Freeze for PropertyDefinitionId
impl RefUnwindSafe for PropertyDefinitionId
impl Send for PropertyDefinitionId
impl Sync for PropertyDefinitionId
impl Unpin for PropertyDefinitionId
impl UnsafeUnpin for PropertyDefinitionId
impl UnwindSafe for PropertyDefinitionId
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