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