pub struct Tenants { /* private fields */ }Expand description
Maps a tenant credential (an opaque key the operator issues) to the set of service instance names that tenant owns.
Implementations§
Source§impl Tenants
impl Tenants
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Tenants
impl !RefUnwindSafe for Tenants
impl Send for Tenants
impl Sync for Tenants
impl Unpin for Tenants
impl UnsafeUnpin for Tenants
impl UnwindSafe for Tenants
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