pub struct WallPlateId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for WallPlateId
impl Clone for WallPlateId
Source§fn clone(&self) -> WallPlateId
fn clone(&self) -> WallPlateId
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 WallPlateId
Source§impl Debug for WallPlateId
impl Debug for WallPlateId
Source§impl<'de> Deserialize<'de> for WallPlateId
impl<'de> Deserialize<'de> for WallPlateId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WallPlateId
Source§impl Hash for WallPlateId
impl Hash for WallPlateId
Source§impl Ord for WallPlateId
impl Ord for WallPlateId
Source§fn cmp(&self, other: &WallPlateId) -> Ordering
fn cmp(&self, other: &WallPlateId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WallPlateId
impl PartialEq for WallPlateId
Source§fn eq(&self, other: &WallPlateId) -> bool
fn eq(&self, other: &WallPlateId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WallPlateId
impl PartialOrd for WallPlateId
Source§impl Serialize for WallPlateId
impl Serialize for WallPlateId
impl StructuralPartialEq for WallPlateId
Auto Trait Implementations§
impl Freeze for WallPlateId
impl RefUnwindSafe for WallPlateId
impl Send for WallPlateId
impl Sync for WallPlateId
impl Unpin for WallPlateId
impl UnsafeUnpin for WallPlateId
impl UnwindSafe for WallPlateId
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