pub struct GetMasterAccountResponse {
pub master: Option<Invitation>,
}
Fields§
§master: Option<Invitation>
A list of details about the Security Hub master account for the current member account.
Trait Implementations§
Source§impl Clone for GetMasterAccountResponse
impl Clone for GetMasterAccountResponse
Source§fn clone(&self) -> GetMasterAccountResponse
fn clone(&self) -> GetMasterAccountResponse
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 GetMasterAccountResponse
impl Debug for GetMasterAccountResponse
Source§impl Default for GetMasterAccountResponse
impl Default for GetMasterAccountResponse
Source§fn default() -> GetMasterAccountResponse
fn default() -> GetMasterAccountResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMasterAccountResponse
impl<'de> Deserialize<'de> for GetMasterAccountResponse
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 GetMasterAccountResponse
impl PartialEq for GetMasterAccountResponse
impl StructuralPartialEq for GetMasterAccountResponse
Auto Trait Implementations§
impl Freeze for GetMasterAccountResponse
impl RefUnwindSafe for GetMasterAccountResponse
impl Send for GetMasterAccountResponse
impl Sync for GetMasterAccountResponse
impl Unpin for GetMasterAccountResponse
impl UnwindSafe for GetMasterAccountResponse
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