pub struct MemoryWriteOptions {
pub session_id: Option<String>,
pub agent_name: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Fields§
§session_id: Option<String>§agent_name: Option<String>Trait Implementations§
Source§impl Clone for MemoryWriteOptions
impl Clone for MemoryWriteOptions
Source§fn clone(&self) -> MemoryWriteOptions
fn clone(&self) -> MemoryWriteOptions
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 MemoryWriteOptions
impl Debug for MemoryWriteOptions
Source§impl Default for MemoryWriteOptions
impl Default for MemoryWriteOptions
Source§fn default() -> MemoryWriteOptions
fn default() -> MemoryWriteOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryWriteOptions
impl RefUnwindSafe for MemoryWriteOptions
impl Send for MemoryWriteOptions
impl Sync for MemoryWriteOptions
impl Unpin for MemoryWriteOptions
impl UnsafeUnpin for MemoryWriteOptions
impl UnwindSafe for MemoryWriteOptions
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