pub struct FactionOngoingChainResponse {
pub chain: FactionOngoingChain,
}
Fields§
§chain: FactionOngoingChain
Trait Implementations§
Source§impl Clone for FactionOngoingChainResponse
impl Clone for FactionOngoingChainResponse
Source§fn clone(&self) -> FactionOngoingChainResponse
fn clone(&self) -> FactionOngoingChainResponse
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 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
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