pub struct WallRegionId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for WallRegionId
impl Clone for WallRegionId
Source§fn clone(&self) -> WallRegionId
fn clone(&self) -> WallRegionId
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 WallRegionId
Source§impl Debug for WallRegionId
impl Debug for WallRegionId
Source§impl<'de> Deserialize<'de> for WallRegionId
impl<'de> Deserialize<'de> for WallRegionId
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 WallRegionId
Source§impl Hash for WallRegionId
impl Hash for WallRegionId
Source§impl Ord for WallRegionId
impl Ord for WallRegionId
Source§fn cmp(&self, other: &WallRegionId) -> Ordering
fn cmp(&self, other: &WallRegionId) -> 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 WallRegionId
impl PartialEq for WallRegionId
Source§fn eq(&self, other: &WallRegionId) -> bool
fn eq(&self, other: &WallRegionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WallRegionId
impl PartialOrd for WallRegionId
Source§impl Serialize for WallRegionId
impl Serialize for WallRegionId
impl StructuralPartialEq for WallRegionId
Auto Trait Implementations§
impl Freeze for WallRegionId
impl RefUnwindSafe for WallRegionId
impl Send for WallRegionId
impl Sync for WallRegionId
impl Unpin for WallRegionId
impl UnsafeUnpin for WallRegionId
impl UnwindSafe for WallRegionId
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