pub struct InitiativeHistoryConnection {}Trait Implementations§
Source§impl Clone for InitiativeHistoryConnection
impl Clone for InitiativeHistoryConnection
Source§fn clone(&self) -> InitiativeHistoryConnection
fn clone(&self) -> InitiativeHistoryConnection
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 InitiativeHistoryConnection
impl Debug for InitiativeHistoryConnection
Source§impl Default for InitiativeHistoryConnection
impl Default for InitiativeHistoryConnection
Source§fn default() -> InitiativeHistoryConnection
fn default() -> InitiativeHistoryConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InitiativeHistoryConnectionwhere
InitiativeHistoryConnection: Default,
impl<'de> Deserialize<'de> for InitiativeHistoryConnectionwhere
InitiativeHistoryConnection: Default,
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
Auto Trait Implementations§
impl Freeze for InitiativeHistoryConnection
impl RefUnwindSafe for InitiativeHistoryConnection
impl Send for InitiativeHistoryConnection
impl Sync for InitiativeHistoryConnection
impl Unpin for InitiativeHistoryConnection
impl UnwindSafe for InitiativeHistoryConnection
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