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