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