#[non_exhaustive]pub struct UndeleteOrganizationMetadata { /* private fields */ }Expand description
A status object which is used as the metadata field for the Operation
returned by UndeleteOrganization.
Implementations§
Trait Implementations§
Source§impl Clone for UndeleteOrganizationMetadata
impl Clone for UndeleteOrganizationMetadata
Source§fn clone(&self) -> UndeleteOrganizationMetadata
fn clone(&self) -> UndeleteOrganizationMetadata
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 UndeleteOrganizationMetadata
impl Debug for UndeleteOrganizationMetadata
Source§impl Default for UndeleteOrganizationMetadata
impl Default for UndeleteOrganizationMetadata
Source§fn default() -> UndeleteOrganizationMetadata
fn default() -> UndeleteOrganizationMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for UndeleteOrganizationMetadata
impl PartialEq for UndeleteOrganizationMetadata
Source§fn eq(&self, other: &UndeleteOrganizationMetadata) -> bool
fn eq(&self, other: &UndeleteOrganizationMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UndeleteOrganizationMetadata
Auto Trait Implementations§
impl Freeze for UndeleteOrganizationMetadata
impl RefUnwindSafe for UndeleteOrganizationMetadata
impl Send for UndeleteOrganizationMetadata
impl Sync for UndeleteOrganizationMetadata
impl Unpin for UndeleteOrganizationMetadata
impl UnwindSafe for UndeleteOrganizationMetadata
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