pub struct FactionOngoingChainResponse {
pub chain: FactionOngoingChain,
}Fields§
§chain: FactionOngoingChainTrait Implementations§
Source§impl Clone for FactionOngoingChainResponse
impl Clone for FactionOngoingChainResponse
Source§fn clone(&self) -> FactionOngoingChainResponse
fn clone(&self) -> FactionOngoingChainResponse
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 FactionOngoingChainResponse
impl Debug for FactionOngoingChainResponse
Source§impl<'de> Deserialize<'de> for FactionOngoingChainResponse
impl<'de> Deserialize<'de> for FactionOngoingChainResponse
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 FactionOngoingChainResponse
impl PartialEq for FactionOngoingChainResponse
Source§fn eq(&self, other: &FactionOngoingChainResponse) -> bool
fn eq(&self, other: &FactionOngoingChainResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FactionOngoingChainResponse
Auto Trait Implementations§
impl Freeze for FactionOngoingChainResponse
impl RefUnwindSafe for FactionOngoingChainResponse
impl Send for FactionOngoingChainResponse
impl Sync for FactionOngoingChainResponse
impl Unpin for FactionOngoingChainResponse
impl UnwindSafe for FactionOngoingChainResponse
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