pub struct DefaultParams;Expand description
Default store parameters.
Trait Implementations§
Source§impl Clone for DefaultParams
impl Clone for DefaultParams
Source§fn clone(&self) -> DefaultParams
fn clone(&self) -> DefaultParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultParams
impl Debug for DefaultParams
Source§impl Default for DefaultParams
impl Default for DefaultParams
Source§fn default() -> DefaultParams
fn default() -> DefaultParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultParams
impl RefUnwindSafe for DefaultParams
impl Send for DefaultParams
impl Sync for DefaultParams
impl Unpin for DefaultParams
impl UnwindSafe for DefaultParams
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