pub struct CompositeStorage { /* private fields */ }Expand description
Composite storage that can combine multiple storage backends.
Implementations§
Trait Implementations§
Source§impl Storage for CompositeStorage
impl Storage for CompositeStorage
Source§fn role_count(&self) -> usize
fn role_count(&self) -> usize
Get the number of stored roles.
Auto Trait Implementations§
impl Freeze for CompositeStorage
impl !RefUnwindSafe for CompositeStorage
impl Send for CompositeStorage
impl Sync for CompositeStorage
impl Unpin for CompositeStorage
impl !UnwindSafe for CompositeStorage
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