pub struct BgsaveOptions { /* private fields */ }Expand description
Options for the bgsave command
Implementations§
Source§impl BgsaveOptions
impl BgsaveOptions
Trait Implementations§
Source§impl Default for BgsaveOptions
impl Default for BgsaveOptions
Auto Trait Implementations§
impl Freeze for BgsaveOptions
impl RefUnwindSafe for BgsaveOptions
impl Send for BgsaveOptions
impl Sync for BgsaveOptions
impl Unpin for BgsaveOptions
impl UnsafeUnpin for BgsaveOptions
impl UnwindSafe for BgsaveOptions
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