pub enum ExampleFutureError {
Oops,
}Variants§
Oops
Trait Implementations§
Source§impl Debug for ExampleFutureError
impl Debug for ExampleFutureError
Source§impl PartialEq for ExampleFutureError
impl PartialEq for ExampleFutureError
Source§fn eq(&self, other: &ExampleFutureError) -> bool
fn eq(&self, other: &ExampleFutureError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExampleFutureError
Auto Trait Implementations§
impl Freeze for ExampleFutureError
impl RefUnwindSafe for ExampleFutureError
impl Send for ExampleFutureError
impl Sync for ExampleFutureError
impl Unpin for ExampleFutureError
impl UnsafeUnpin for ExampleFutureError
impl UnwindSafe for ExampleFutureError
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