pub struct RenameTenantResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RenameTenantResponse
impl Clone for RenameTenantResponse
Source§fn clone(&self) -> RenameTenantResponse
fn clone(&self) -> RenameTenantResponse
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 RenameTenantResponse
impl Debug for RenameTenantResponse
Source§impl Default for RenameTenantResponse
impl Default for RenameTenantResponse
Source§impl From<RenameTenantResponse> for RenameTenantResponse
impl From<RenameTenantResponse> for RenameTenantResponse
Source§fn from(value: RenameTenantResponse) -> Self
fn from(value: RenameTenantResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RenameTenantResponse> for RenameTenantResponse
impl TryFrom<RenameTenantResponse> for RenameTenantResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RenameTenantResponse) -> Result<Self, ConversionError>
fn try_from(value: RenameTenantResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RenameTenantResponse
impl RefUnwindSafe for RenameTenantResponse
impl Send for RenameTenantResponse
impl Sync for RenameTenantResponse
impl Unpin for RenameTenantResponse
impl UnsafeUnpin for RenameTenantResponse
impl UnwindSafe for RenameTenantResponse
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