pub struct GetAssociationResponse {
pub association: Association,
}Fields§
§association: AssociationTrait Implementations§
Source§impl Clone for GetAssociationResponse
impl Clone for GetAssociationResponse
Source§fn clone(&self) -> GetAssociationResponse
fn clone(&self) -> GetAssociationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetAssociationResponse
impl Debug for GetAssociationResponse
Source§impl<'de> Deserialize<'de> for GetAssociationResponse
impl<'de> Deserialize<'de> for GetAssociationResponse
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 GetAssociationResponse
impl RefUnwindSafe for GetAssociationResponse
impl Send for GetAssociationResponse
impl Sync for GetAssociationResponse
impl Unpin for GetAssociationResponse
impl UnsafeUnpin for GetAssociationResponse
impl UnwindSafe for GetAssociationResponse
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