pub struct SilentMemory {
pub memory_id: String,
pub text_preview: String,
pub scope: String,
pub kind: String,
}Fields§
§memory_id: String§text_preview: String§scope: String§kind: StringTrait Implementations§
Source§impl Clone for SilentMemory
impl Clone for SilentMemory
Source§fn clone(&self) -> SilentMemory
fn clone(&self) -> SilentMemory
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 SilentMemory
impl Debug for SilentMemory
Auto Trait Implementations§
impl Freeze for SilentMemory
impl RefUnwindSafe for SilentMemory
impl Send for SilentMemory
impl Sync for SilentMemory
impl Unpin for SilentMemory
impl UnsafeUnpin for SilentMemory
impl UnwindSafe for SilentMemory
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