pub struct TenantRepoConfig {
pub tenant_field: String,
pub require_tenant_context: bool,
pub policy_hook: Option<TenantPolicyHook>,
}Fields§
§tenant_field: String§require_tenant_context: bool§policy_hook: Option<TenantPolicyHook>Trait Implementations§
Source§impl Clone for TenantRepoConfig
impl Clone for TenantRepoConfig
Source§fn clone(&self) -> TenantRepoConfig
fn clone(&self) -> TenantRepoConfig
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 moreAuto Trait Implementations§
impl Freeze for TenantRepoConfig
impl !RefUnwindSafe for TenantRepoConfig
impl Send for TenantRepoConfig
impl Sync for TenantRepoConfig
impl Unpin for TenantRepoConfig
impl UnsafeUnpin for TenantRepoConfig
impl !UnwindSafe for TenantRepoConfig
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