pub struct SetExtras {
pub flags: u32,
pub expiration: u32,
}Expand description
Extras for set/add/replace commands
Fields§
§flags: u32§expiration: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetExtras
impl RefUnwindSafe for SetExtras
impl Send for SetExtras
impl Sync for SetExtras
impl Unpin for SetExtras
impl UnsafeUnpin for SetExtras
impl UnwindSafe for SetExtras
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