pub struct NoteAddParams { /* private fields */ }Expand description
保存视频笔记的参数。
Implementations§
Trait Implementations§
Source§impl Clone for NoteAddParams
impl Clone for NoteAddParams
Source§fn clone(&self) -> NoteAddParams
fn clone(&self) -> NoteAddParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NoteAddParams
impl Debug for NoteAddParams
impl Eq for NoteAddParams
Source§impl PartialEq for NoteAddParams
impl PartialEq for NoteAddParams
Source§fn eq(&self, other: &NoteAddParams) -> bool
fn eq(&self, other: &NoteAddParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoteAddParams
Auto Trait Implementations§
impl Freeze for NoteAddParams
impl RefUnwindSafe for NoteAddParams
impl Send for NoteAddParams
impl Sync for NoteAddParams
impl Unpin for NoteAddParams
impl UnsafeUnpin for NoteAddParams
impl UnwindSafe for NoteAddParams
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