pub struct TenantScopeConfig {
pub field: String,
}Expand description
Per-entity tenant scoping configuration.
Fields§
§field: StringTrait Implementations§
Source§impl Clone for TenantScopeConfig
impl Clone for TenantScopeConfig
Source§fn clone(&self) -> TenantScopeConfig
fn clone(&self) -> TenantScopeConfig
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 TenantScopeConfig
impl Debug for TenantScopeConfig
Auto Trait Implementations§
impl Freeze for TenantScopeConfig
impl RefUnwindSafe for TenantScopeConfig
impl Send for TenantScopeConfig
impl Sync for TenantScopeConfig
impl Unpin for TenantScopeConfig
impl UnsafeUnpin for TenantScopeConfig
impl UnwindSafe for TenantScopeConfig
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