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