pub struct TenantConfig(/* private fields */);Implementations§
Source§impl TenantConfig
impl TenantConfig
Trait Implementations§
Source§impl Default for TenantConfig
impl Default for TenantConfig
Source§fn default() -> TenantConfig
fn default() -> TenantConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TenantConfig
impl RefUnwindSafe for TenantConfig
impl Send for TenantConfig
impl Sync for TenantConfig
impl Unpin for TenantConfig
impl UnsafeUnpin for TenantConfig
impl UnwindSafe for TenantConfig
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