pub enum ConnectErrorCode {
ArtifactInvalid,
Expired,
TransportSecurityUnsupported,
TransportSecurityFailed,
ConnectionFailed,
}Expand description
Stable, redacted Flowersec v3 connection failure code.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConnectErrorCode
impl Clone for ConnectErrorCode
Source§fn clone(&self) -> ConnectErrorCode
fn clone(&self) -> ConnectErrorCode
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 ConnectErrorCode
Source§impl Debug for ConnectErrorCode
impl Debug for ConnectErrorCode
Source§impl Display for ConnectErrorCode
impl Display for ConnectErrorCode
impl Eq for ConnectErrorCode
Source§impl PartialEq for ConnectErrorCode
impl PartialEq for ConnectErrorCode
impl StructuralPartialEq for ConnectErrorCode
Auto Trait Implementations§
impl Freeze for ConnectErrorCode
impl RefUnwindSafe for ConnectErrorCode
impl Send for ConnectErrorCode
impl Sync for ConnectErrorCode
impl Unpin for ConnectErrorCode
impl UnsafeUnpin for ConnectErrorCode
impl UnwindSafe for ConnectErrorCode
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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