pub struct MemoryReadOptions {
pub session_id: Option<String>,
pub limit: Option<usize>,
pub query: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Fields§
§session_id: Option<String>§limit: Option<usize>§query: Option<String>Trait Implementations§
Source§impl Clone for MemoryReadOptions
impl Clone for MemoryReadOptions
Source§fn clone(&self) -> MemoryReadOptions
fn clone(&self) -> MemoryReadOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryReadOptions
impl Debug for MemoryReadOptions
Source§impl Default for MemoryReadOptions
impl Default for MemoryReadOptions
Source§fn default() -> MemoryReadOptions
fn default() -> MemoryReadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryReadOptions
impl RefUnwindSafe for MemoryReadOptions
impl Send for MemoryReadOptions
impl Sync for MemoryReadOptions
impl Unpin for MemoryReadOptions
impl UnsafeUnpin for MemoryReadOptions
impl UnwindSafe for MemoryReadOptions
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