pub struct StoreConfig { /* private fields */ }Implementations§
Source§impl StoreConfig
impl StoreConfig
pub fn new(magic: u32, max_hops: usize) -> Self
pub fn nonce(self, nonce: u16) -> Self
pub fn alloc_strategy(self, alloc_strategy: AllocStrategy) -> Self
Auto Trait Implementations§
impl Freeze for StoreConfig
impl RefUnwindSafe for StoreConfig
impl Send for StoreConfig
impl Sync for StoreConfig
impl Unpin for StoreConfig
impl UnwindSafe for StoreConfig
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