pub struct NonCancellable;
Trait Implementations§
Source§impl<I> Cancellation<I> for NonCancellable
impl<I> Cancellation<I> for NonCancellable
type Output = I
fn is_cancellable(&self) -> bool
fn is_cancelling(&self) -> bool
fn set_cancelling(&mut self, _is_it: bool)
fn make_output(&self, item: I) -> Self::Output
Source§impl Clone for NonCancellable
impl Clone for NonCancellable
Source§fn clone(&self) -> NonCancellable
fn clone(&self) -> NonCancellable
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 Debug for NonCancellable
impl Debug for NonCancellable
Source§impl Default for NonCancellable
impl Default for NonCancellable
Source§fn default() -> NonCancellable
fn default() -> NonCancellable
Returns the “default value” for a type. Read more
Source§impl PartialEq for NonCancellable
impl PartialEq for NonCancellable
impl Copy for NonCancellable
impl StructuralPartialEq for NonCancellable
Auto Trait Implementations§
impl Freeze for NonCancellable
impl RefUnwindSafe for NonCancellable
impl Send for NonCancellable
impl Sync for NonCancellable
impl Unpin for NonCancellable
impl UnwindSafe for NonCancellable
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