pub struct TenantRegistration { /* private fields */ }Expand description
Tenant registration record.
Implementations§
Trait Implementations§
Source§impl Clone for TenantRegistration
impl Clone for TenantRegistration
Source§fn clone(&self) -> TenantRegistration
fn clone(&self) -> TenantRegistration
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 TenantRegistration
impl Debug for TenantRegistration
Source§impl PartialEq for TenantRegistration
impl PartialEq for TenantRegistration
impl Eq for TenantRegistration
impl StructuralPartialEq for TenantRegistration
Auto Trait Implementations§
impl Freeze for TenantRegistration
impl RefUnwindSafe for TenantRegistration
impl Send for TenantRegistration
impl Sync for TenantRegistration
impl Unpin for TenantRegistration
impl UnsafeUnpin for TenantRegistration
impl UnwindSafe for TenantRegistration
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