#[repr(u8)]pub enum EdgeErrorKind {
Decode = 0,
TopicNotFound = 2,
EndpointNotFound = 3,
Unauthorized = 4,
Internal = 240,
}Variants§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for EdgeErrorKind
impl<'__de, __Context> BorrowDecode<'__de, __Context> for EdgeErrorKind
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for EdgeErrorKind
impl Clone for EdgeErrorKind
Source§fn clone(&self) -> EdgeErrorKind
fn clone(&self) -> EdgeErrorKind
Returns a duplicate 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 EdgeErrorKind
impl Debug for EdgeErrorKind
Source§impl<__Context> Decode<__Context> for EdgeErrorKind
impl<__Context> Decode<__Context> for EdgeErrorKind
Source§impl<'de> Deserialize<'de> for EdgeErrorKind
impl<'de> Deserialize<'de> for EdgeErrorKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encode for EdgeErrorKind
impl Encode for EdgeErrorKind
Source§impl Serialize for EdgeErrorKind
impl Serialize for EdgeErrorKind
impl Copy for EdgeErrorKind
Auto Trait Implementations§
impl Freeze for EdgeErrorKind
impl RefUnwindSafe for EdgeErrorKind
impl Send for EdgeErrorKind
impl Sync for EdgeErrorKind
impl Unpin for EdgeErrorKind
impl UnwindSafe for EdgeErrorKind
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