pub enum GetMtaDetailsResponse {
Ok(AlertDetails),
Unknown,
}Expand description
Response types for getMtaDetails
Variants§
Ok(AlertDetails)
200: The alert description for the unique MTA alert on the account.
Unknown
default: Unknown response
Trait Implementations§
Source§impl Clone for GetMtaDetailsResponse
impl Clone for GetMtaDetailsResponse
Source§fn clone(&self) -> GetMtaDetailsResponse
fn clone(&self) -> GetMtaDetailsResponse
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 moreAuto Trait Implementations§
impl Freeze for GetMtaDetailsResponse
impl RefUnwindSafe for GetMtaDetailsResponse
impl Send for GetMtaDetailsResponse
impl Sync for GetMtaDetailsResponse
impl Unpin for GetMtaDetailsResponse
impl UnsafeUnpin for GetMtaDetailsResponse
impl UnwindSafe for GetMtaDetailsResponse
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