pub enum UnauthedError {
NetworkFailure(NetworkFailure),
InvalidParams(InvalidParams),
InvalidResponse(InvalidResponse),
}Variants§
Trait Implementations§
Source§impl Clone for UnauthedError
impl Clone for UnauthedError
Source§fn clone(&self) -> UnauthedError
fn clone(&self) -> UnauthedError
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 moreAuto Trait Implementations§
impl Freeze for UnauthedError
impl RefUnwindSafe for UnauthedError
impl Send for UnauthedError
impl Sync for UnauthedError
impl Unpin for UnauthedError
impl UnsafeUnpin for UnauthedError
impl UnwindSafe for UnauthedError
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