pub struct NoteStore { /* private fields */ }Expand description
Serializable note store carried by context state.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NoteStore
impl<'de> Deserialize<'de> for NoteStore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NoteStore
impl StructuralPartialEq for NoteStore
Auto Trait Implementations§
impl Freeze for NoteStore
impl RefUnwindSafe for NoteStore
impl Send for NoteStore
impl Sync for NoteStore
impl Unpin for NoteStore
impl UnsafeUnpin for NoteStore
impl UnwindSafe for NoteStore
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