pub struct HistoryQuery {
pub limit: Option<usize>,
pub session_id: Option<String>,
pub failures_only: bool,
pub command_pattern: Option<String>,
}Expand description
Query options for retrieving command history
Fields§
§limit: Option<usize>§session_id: Option<String>§failures_only: bool§command_pattern: Option<String>Trait Implementations§
Source§impl Debug for HistoryQuery
impl Debug for HistoryQuery
Source§impl Default for HistoryQuery
impl Default for HistoryQuery
Source§fn default() -> HistoryQuery
fn default() -> HistoryQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HistoryQuery
impl RefUnwindSafe for HistoryQuery
impl Send for HistoryQuery
impl Sync for HistoryQuery
impl Unpin for HistoryQuery
impl UnsafeUnpin for HistoryQuery
impl UnwindSafe for HistoryQuery
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