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