pub struct MemoryStoreFactory { /* private fields */ }Implementations§
Source§impl MemoryStoreFactory
impl MemoryStoreFactory
pub fn new() -> Self
Sourcepub fn with_capacity(capacity: usize) -> Self
pub fn with_capacity(capacity: usize) -> Self
Bound each session’s in-memory resend buffer to capacity messages.
Trait Implementations§
Source§impl Debug for MemoryStoreFactory
impl Debug for MemoryStoreFactory
Source§impl Default for MemoryStoreFactory
impl Default for MemoryStoreFactory
Source§fn default() -> MemoryStoreFactory
fn default() -> MemoryStoreFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryStoreFactory
impl RefUnwindSafe for MemoryStoreFactory
impl Send for MemoryStoreFactory
impl Sync for MemoryStoreFactory
impl Unpin for MemoryStoreFactory
impl UnsafeUnpin for MemoryStoreFactory
impl UnwindSafe for MemoryStoreFactory
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