pub struct NoteUpdate {
pub content: Option<String>,
pub read_permission: Option<String>,
}
Fields§
§content: Option<String>
§read_permission: Option<String>
Implementations§
Trait Implementations§
Source§impl Debug for NoteUpdate
impl Debug for NoteUpdate
Auto Trait Implementations§
impl Freeze for NoteUpdate
impl RefUnwindSafe for NoteUpdate
impl Send for NoteUpdate
impl Sync for NoteUpdate
impl Unpin for NoteUpdate
impl UnwindSafe for NoteUpdate
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