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
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 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