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