#[non_exhaustive]pub struct DeleteOrganizationMetadata { /* private fields */ }Expand description
A status object which is used as the metadata field for the operation
returned by DeleteOrganization.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteOrganizationMetadata
impl Clone for DeleteOrganizationMetadata
Source§fn clone(&self) -> DeleteOrganizationMetadata
fn clone(&self) -> DeleteOrganizationMetadata
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 DeleteOrganizationMetadata
impl Debug for DeleteOrganizationMetadata
Source§impl Default for DeleteOrganizationMetadata
impl Default for DeleteOrganizationMetadata
Source§fn default() -> DeleteOrganizationMetadata
fn default() -> DeleteOrganizationMetadata
Returns the “default value” for a type. Read more
Source§impl Message for DeleteOrganizationMetadata
impl Message for DeleteOrganizationMetadata
impl StructuralPartialEq for DeleteOrganizationMetadata
Auto Trait Implementations§
impl Freeze for DeleteOrganizationMetadata
impl RefUnwindSafe for DeleteOrganizationMetadata
impl Send for DeleteOrganizationMetadata
impl Sync for DeleteOrganizationMetadata
impl Unpin for DeleteOrganizationMetadata
impl UnwindSafe for DeleteOrganizationMetadata
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