pub struct UpdateNoteOptions {
pub content: Option<String>,
pub read_permission: Option<NotePermissionRole>,
pub write_permission: Option<NotePermissionRole>,
pub permalink: Option<String>,
}
Fieldsยง
ยงcontent: Option<String>
ยงread_permission: Option<NotePermissionRole>
ยงwrite_permission: Option<NotePermissionRole>
ยงpermalink: 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 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 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.