pub struct StaticTierBackend { /* private fields */ }Expand description
In-memory backend that returns a fixed TierInfo for any owner ID.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticTierBackend
impl RefUnwindSafe for StaticTierBackend
impl Send for StaticTierBackend
impl Sync for StaticTierBackend
impl Unpin for StaticTierBackend
impl UnsafeUnpin for StaticTierBackend
impl UnwindSafe for StaticTierBackend
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