pub struct FactionHofResponse {
pub hof: FactionHofStats,
}
Fields§
§hof: FactionHofStats
Trait Implementations§
Source§impl Clone for FactionHofResponse
impl Clone for FactionHofResponse
Source§fn clone(&self) -> FactionHofResponse
fn clone(&self) -> FactionHofResponse
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 FactionHofResponse
impl Debug for FactionHofResponse
Source§impl<'de> Deserialize<'de> for FactionHofResponse
impl<'de> Deserialize<'de> for FactionHofResponse
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 FactionHofResponse
impl PartialEq for FactionHofResponse
impl StructuralPartialEq for FactionHofResponse
Auto Trait Implementations§
impl Freeze for FactionHofResponse
impl RefUnwindSafe for FactionHofResponse
impl Send for FactionHofResponse
impl Sync for FactionHofResponse
impl Unpin for FactionHofResponse
impl UnwindSafe for FactionHofResponse
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