pub struct NoteDeleteParams { /* private fields */ }Expand description
Parameters for deleting a video note.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.