pub struct DeleteNotesRequest { /* private fields */ }
Implementations§
Source§impl DeleteNotesRequest
impl DeleteNotesRequest
pub fn new(id: FileIdentifier, note_names: Vec<String>) -> Self
Trait Implementations§
Source§impl Clone for DeleteNotesRequest
impl Clone for DeleteNotesRequest
Source§fn clone(&self) -> DeleteNotesRequest
fn clone(&self) -> DeleteNotesRequest
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 DeleteNotesRequest
impl Debug for DeleteNotesRequest
Source§impl Default for DeleteNotesRequest
impl Default for DeleteNotesRequest
Source§fn default() -> DeleteNotesRequest
fn default() -> DeleteNotesRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteNotesRequest
impl RefUnwindSafe for DeleteNotesRequest
impl Send for DeleteNotesRequest
impl Sync for DeleteNotesRequest
impl Unpin for DeleteNotesRequest
impl UnwindSafe for DeleteNotesRequest
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