pub struct InMemoryPreKeyStore(/* private fields */);
Expand description
An in-memory PreKeyStore
.
Trait Implementations§
Source§impl Debug for InMemoryPreKeyStore
impl Debug for InMemoryPreKeyStore
Source§impl Default for InMemoryPreKeyStore
impl Default for InMemoryPreKeyStore
Source§fn default() -> InMemoryPreKeyStore
fn default() -> InMemoryPreKeyStore
Returns the “default value” for a type. Read more
Source§impl PreKeyStore for InMemoryPreKeyStore
impl PreKeyStore for InMemoryPreKeyStore
Auto Trait Implementations§
impl !Freeze for InMemoryPreKeyStore
impl RefUnwindSafe for InMemoryPreKeyStore
impl Send for InMemoryPreKeyStore
impl Sync for InMemoryPreKeyStore
impl Unpin for InMemoryPreKeyStore
impl UnwindSafe for InMemoryPreKeyStore
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