pub struct MemoryInsertResult {
pub id: String,
pub inserted: bool,
}Fields§
§id: String§inserted: boolTrait Implementations§
Source§impl Clone for MemoryInsertResult
impl Clone for MemoryInsertResult
Source§fn clone(&self) -> MemoryInsertResult
fn clone(&self) -> MemoryInsertResult
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 MemoryInsertResult
impl Debug for MemoryInsertResult
impl Eq for MemoryInsertResult
Source§impl PartialEq for MemoryInsertResult
impl PartialEq for MemoryInsertResult
Source§fn eq(&self, other: &MemoryInsertResult) -> bool
fn eq(&self, other: &MemoryInsertResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemoryInsertResult
Auto Trait Implementations§
impl Freeze for MemoryInsertResult
impl RefUnwindSafe for MemoryInsertResult
impl Send for MemoryInsertResult
impl Sync for MemoryInsertResult
impl Unpin for MemoryInsertResult
impl UnsafeUnpin for MemoryInsertResult
impl UnwindSafe for MemoryInsertResult
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