pub struct MemoryIngestCommand {
pub about: String,
pub memory: MemoryData,
pub provenance: Option<MemoryProvenanceData>,
pub idempotency_key: String,
pub dry_run: bool,
}Fields§
§about: String§memory: MemoryData§provenance: Option<MemoryProvenanceData>§idempotency_key: String§dry_run: boolTrait Implementations§
Source§impl Clone for MemoryIngestCommand
impl Clone for MemoryIngestCommand
Source§fn clone(&self) -> MemoryIngestCommand
fn clone(&self) -> MemoryIngestCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MemoryIngestCommand
impl Debug for MemoryIngestCommand
impl Eq for MemoryIngestCommand
Source§impl PartialEq for MemoryIngestCommand
impl PartialEq for MemoryIngestCommand
impl StructuralPartialEq for MemoryIngestCommand
Auto Trait Implementations§
impl Freeze for MemoryIngestCommand
impl RefUnwindSafe for MemoryIngestCommand
impl Send for MemoryIngestCommand
impl Sync for MemoryIngestCommand
impl Unpin for MemoryIngestCommand
impl UnsafeUnpin for MemoryIngestCommand
impl UnwindSafe for MemoryIngestCommand
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