pub struct NullStore;Trait Implementations§
impl Copy for NullStore
Source§impl MiniStore for NullStore
impl MiniStore for NullStore
fn load_replay_floor(&self, _identity: &[u8; 16]) -> MiniResult<u64>
fn save_replay_floor( &mut self, _identity: &[u8; 16], _floor: u64, ) -> MiniResult<()>
Auto Trait Implementations§
impl Freeze for NullStore
impl RefUnwindSafe for NullStore
impl Send for NullStore
impl Sync for NullStore
impl Unpin for NullStore
impl UnsafeUnpin for NullStore
impl UnwindSafe for NullStore
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