pub struct FactionCrimeId(pub i64);
Tuple Fields§
§0: i64
Implementations§
Trait Implementations§
Source§impl Clone for FactionCrimeId
impl Clone for FactionCrimeId
Source§fn clone(&self) -> FactionCrimeId
fn clone(&self) -> FactionCrimeId
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 FactionCrimeId
impl Debug for FactionCrimeId
Source§impl<'de> Deserialize<'de> for FactionCrimeId
impl<'de> Deserialize<'de> for FactionCrimeId
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 FactionCrimeId
impl Display for FactionCrimeId
Source§impl From<FactionCrimeId> for Id
impl From<FactionCrimeId> for Id
Source§fn from(value: FactionCrimeId) -> Self
fn from(value: FactionCrimeId) -> Self
Converts to this type from the input type.
Source§impl From<FactionCrimeId> for i64
impl From<FactionCrimeId> for i64
Source§fn from(outer: FactionCrimeId) -> Self
fn from(outer: FactionCrimeId) -> Self
Converts to this type from the input type.
Source§impl From<i64> for FactionCrimeId
impl From<i64> for FactionCrimeId
Source§impl Hash for FactionCrimeId
impl Hash for FactionCrimeId
Source§impl Ord for FactionCrimeId
impl Ord for FactionCrimeId
Source§fn cmp(&self, other: &FactionCrimeId) -> Ordering
fn cmp(&self, other: &FactionCrimeId) -> 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 FactionCrimeId
impl PartialEq for FactionCrimeId
Source§impl PartialOrd for FactionCrimeId
impl PartialOrd for FactionCrimeId
impl Copy for FactionCrimeId
impl Eq for FactionCrimeId
impl StructuralPartialEq for FactionCrimeId
Auto Trait Implementations§
impl Freeze for FactionCrimeId
impl RefUnwindSafe for FactionCrimeId
impl Send for FactionCrimeId
impl Sync for FactionCrimeId
impl Unpin for FactionCrimeId
impl UnwindSafe for FactionCrimeId
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