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