pub struct NoteDeleteParams { /* private fields */ }Expand description
删除视频笔记的参数。
Implementations§
Trait Implementations§
Source§impl Clone for NoteDeleteParams
impl Clone for NoteDeleteParams
Source§fn clone(&self) -> NoteDeleteParams
fn clone(&self) -> NoteDeleteParams
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 NoteDeleteParams
impl Debug for NoteDeleteParams
impl Eq for NoteDeleteParams
Source§impl PartialEq for NoteDeleteParams
impl PartialEq for NoteDeleteParams
Source§fn eq(&self, other: &NoteDeleteParams) -> bool
fn eq(&self, other: &NoteDeleteParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoteDeleteParams
Auto Trait Implementations§
impl Freeze for NoteDeleteParams
impl RefUnwindSafe for NoteDeleteParams
impl Send for NoteDeleteParams
impl Sync for NoteDeleteParams
impl Unpin for NoteDeleteParams
impl UnsafeUnpin for NoteDeleteParams
impl UnwindSafe for NoteDeleteParams
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