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