pub struct NoteListItem {
pub identifier: String,
pub title: String,
}Fields§
§identifier: String§title: StringTrait Implementations§
Source§impl Clone for NoteListItem
impl Clone for NoteListItem
Source§fn clone(&self) -> NoteListItem
fn clone(&self) -> NoteListItem
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 NoteListItem
impl Debug for NoteListItem
Source§impl PartialEq for NoteListItem
impl PartialEq for NoteListItem
impl Eq for NoteListItem
impl StructuralPartialEq for NoteListItem
Auto Trait Implementations§
impl Freeze for NoteListItem
impl RefUnwindSafe for NoteListItem
impl Send for NoteListItem
impl Sync for NoteListItem
impl Unpin for NoteListItem
impl UnsafeUnpin for NoteListItem
impl UnwindSafe for NoteListItem
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