pub struct UpdateNoteOptions {
pub title: Option<String>,
pub content: Option<String>,
pub description: Option<String>,
pub tags: Option<Vec<String>>,
pub read_permission: Option<NotePermissionRole>,
pub write_permission: Option<NotePermissionRole>,
pub permalink: Option<String>,
pub parent_folder_id: Option<String>,
}Fieldsยง
ยงtitle: Option<String>ยงcontent: Option<String>ยงdescription: Option<String>ยงread_permission: Option<NotePermissionRole>ยงwrite_permission: Option<NotePermissionRole>ยงpermalink: Option<String>ยงparent_folder_id: Option<String>Trait Implementationsยง
Sourceยงimpl Clone for UpdateNoteOptions
impl Clone for UpdateNoteOptions
Sourceยงfn clone(&self) -> UpdateNoteOptions
fn clone(&self) -> UpdateNoteOptions
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 UpdateNoteOptions
impl Debug for UpdateNoteOptions
Sourceยงimpl Default for UpdateNoteOptions
impl Default for UpdateNoteOptions
Sourceยงfn default() -> UpdateNoteOptions
fn default() -> UpdateNoteOptions
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl PartialEq for UpdateNoteOptions
impl PartialEq for UpdateNoteOptions
Sourceยงimpl Serialize for UpdateNoteOptions
impl Serialize for UpdateNoteOptions
impl Eq for UpdateNoteOptions
impl StructuralPartialEq for UpdateNoteOptions
Auto Trait Implementationsยง
impl Freeze for UpdateNoteOptions
impl RefUnwindSafe for UpdateNoteOptions
impl Send for UpdateNoteOptions
impl Sync for UpdateNoteOptions
impl Unpin for UpdateNoteOptions
impl UnsafeUnpin for UpdateNoteOptions
impl UnwindSafe for UpdateNoteOptions
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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.