pub struct DirtyBombId(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl DirtyBombId
impl DirtyBombId
Trait Implementations§
Source§impl Clone for DirtyBombId
impl Clone for DirtyBombId
Source§fn clone(&self) -> DirtyBombId
fn clone(&self) -> DirtyBombId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DirtyBombId
impl Debug for DirtyBombId
Source§impl<'de> Deserialize<'de> for DirtyBombId
impl<'de> Deserialize<'de> for DirtyBombId
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
Source§impl Display for DirtyBombId
impl Display for DirtyBombId
Source§impl From<DirtyBombId> for i32
impl From<DirtyBombId> for i32
Source§fn from(outer: DirtyBombId) -> Self
fn from(outer: DirtyBombId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for DirtyBombId
impl From<i32> for DirtyBombId
Source§impl Hash for DirtyBombId
impl Hash for DirtyBombId
Source§impl Ord for DirtyBombId
impl Ord for DirtyBombId
Source§fn cmp(&self, other: &DirtyBombId) -> Ordering
fn cmp(&self, other: &DirtyBombId) -> Ordering
1.21.0 · 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 DirtyBombId
impl PartialEq for DirtyBombId
Source§impl PartialOrd for DirtyBombId
impl PartialOrd for DirtyBombId
impl Copy for DirtyBombId
impl Eq for DirtyBombId
impl StructuralPartialEq for DirtyBombId
Auto Trait Implementations§
impl Freeze for DirtyBombId
impl RefUnwindSafe for DirtyBombId
impl Send for DirtyBombId
impl Sync for DirtyBombId
impl Unpin for DirtyBombId
impl UnwindSafe for DirtyBombId
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