Struct hydrus_api::api_core::endpoints::adding_notes::SetNotesRequest
source · 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 copy 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 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