pub struct ScopeRegistryCounts {
pub tenant: usize,
pub owner: usize,
}Expand description
Counts of tables registered by init_scope_registries.
Fields§
§tenant: usizeTables registered for tenant scope (tenant_id column).
owner: usizeTables registered for owner scope (owner <column> attribute).
Trait Implementations§
Source§impl Clone for ScopeRegistryCounts
impl Clone for ScopeRegistryCounts
Source§fn clone(&self) -> ScopeRegistryCounts
fn clone(&self) -> ScopeRegistryCounts
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 moreimpl Copy for ScopeRegistryCounts
Source§impl Debug for ScopeRegistryCounts
impl Debug for ScopeRegistryCounts
impl Eq for ScopeRegistryCounts
Source§impl PartialEq for ScopeRegistryCounts
impl PartialEq for ScopeRegistryCounts
impl StructuralPartialEq for ScopeRegistryCounts
Auto Trait Implementations§
impl Freeze for ScopeRegistryCounts
impl RefUnwindSafe for ScopeRegistryCounts
impl Send for ScopeRegistryCounts
impl Sync for ScopeRegistryCounts
impl Unpin for ScopeRegistryCounts
impl UnsafeUnpin for ScopeRegistryCounts
impl UnwindSafe for ScopeRegistryCounts
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