pub struct RetrievalCommand {
pub command_name: String,
pub keys: Vec<String>,
}Fields§
§command_name: String§keys: Vec<String>Implementations§
Trait Implementations§
Source§impl Debug for RetrievalCommand
impl Debug for RetrievalCommand
Source§impl PartialEq for RetrievalCommand
impl PartialEq for RetrievalCommand
Source§fn eq(&self, other: &RetrievalCommand) -> bool
fn eq(&self, other: &RetrievalCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RetrievalCommand
Auto Trait Implementations§
impl Freeze for RetrievalCommand
impl RefUnwindSafe for RetrievalCommand
impl Send for RetrievalCommand
impl Sync for RetrievalCommand
impl Unpin for RetrievalCommand
impl UnsafeUnpin for RetrievalCommand
impl UnwindSafe for RetrievalCommand
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