pub struct DeletionCommand {
pub command_name: String,
pub key: String,
pub noreply: Option<String>,
}
Fields§
§command_name: String
§key: String
§noreply: Option<String>
Implementations§
Trait Implementations§
Source§impl Debug for DeletionCommand
impl Debug for DeletionCommand
Source§impl PartialEq for DeletionCommand
impl PartialEq for DeletionCommand
impl StructuralPartialEq for DeletionCommand
Auto Trait Implementations§
impl Freeze for DeletionCommand
impl RefUnwindSafe for DeletionCommand
impl Send for DeletionCommand
impl Sync for DeletionCommand
impl Unpin for DeletionCommand
impl UnwindSafe for DeletionCommand
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