pub struct FactionCrimeResponse {
pub crime: FactionCrime,
}
Fields§
§crime: FactionCrime
Trait Implementations§
Source§impl Clone for FactionCrimeResponse
impl Clone for FactionCrimeResponse
Source§fn clone(&self) -> FactionCrimeResponse
fn clone(&self) -> FactionCrimeResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FactionCrimeResponse
impl Debug for FactionCrimeResponse
Source§impl<'de> Deserialize<'de> for FactionCrimeResponse
impl<'de> Deserialize<'de> for FactionCrimeResponse
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 PartialEq for FactionCrimeResponse
impl PartialEq for FactionCrimeResponse
impl StructuralPartialEq for FactionCrimeResponse
Auto Trait Implementations§
impl Freeze for FactionCrimeResponse
impl RefUnwindSafe for FactionCrimeResponse
impl Send for FactionCrimeResponse
impl Sync for FactionCrimeResponse
impl Unpin for FactionCrimeResponse
impl UnwindSafe for FactionCrimeResponse
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