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