pub struct CancelledV1 {}Implementations§
Source§impl CancelledV1
impl CancelledV1
Trait Implementations§
Source§impl Clone for CancelledV1
impl Clone for CancelledV1
Source§fn clone(&self) -> CancelledV1
fn clone(&self) -> CancelledV1
Returns a duplicate 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 CancelledV1
impl Debug for CancelledV1
Source§impl Default for CancelledV1
impl Default for CancelledV1
Auto Trait Implementations§
impl Freeze for CancelledV1
impl RefUnwindSafe for CancelledV1
impl Send for CancelledV1
impl Sync for CancelledV1
impl Unpin for CancelledV1
impl UnsafeUnpin for CancelledV1
impl UnwindSafe for CancelledV1
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