pub struct FactionChainReportAttacker {
pub id: UserId,
pub respect: FactionChainReportAttackerRespect,
pub attacks: FactionChainReportAttackerAttacks,
}
Fields§
§id: UserId
§respect: FactionChainReportAttackerRespect
§attacks: FactionChainReportAttackerAttacks
Trait Implementations§
Source§impl Clone for FactionChainReportAttacker
impl Clone for FactionChainReportAttacker
Source§fn clone(&self) -> FactionChainReportAttacker
fn clone(&self) -> FactionChainReportAttacker
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 FactionChainReportAttacker
impl Debug for FactionChainReportAttacker
Source§impl<'de> Deserialize<'de> for FactionChainReportAttacker
impl<'de> Deserialize<'de> for FactionChainReportAttacker
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 StructuralPartialEq for FactionChainReportAttacker
Auto Trait Implementations§
impl Freeze for FactionChainReportAttacker
impl RefUnwindSafe for FactionChainReportAttacker
impl Send for FactionChainReportAttacker
impl Sync for FactionChainReportAttacker
impl Unpin for FactionChainReportAttacker
impl UnwindSafe for FactionChainReportAttacker
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