[−][src]Enum cjdns_core::splice::SpliceError
Routing label splice failure.
Variants
Label requires more bits than it is available in underlying LabelBits
.
Array argument must contain at least 2 items.
Invalid function argument.
Unable to unsplice because provided destination doesn't route through given mid path.
Can't find proper encoding form in encoding scheme: label is not recognized as using the given scheme.
Label can't be re-encoded with the given form.
Trait Implementations
impl Debug for SpliceError
[src]
impl Display for SpliceError
[src]
impl Eq for SpliceError
[src]
impl Error for SpliceError
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn description(&self) -> &str
1.0.0[src]
fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl PartialEq<SpliceError> for SpliceError
[src]
fn eq(&self, other: &SpliceError) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for SpliceError
[src]
impl StructuralPartialEq for SpliceError
[src]
Auto Trait Implementations
impl RefUnwindSafe for SpliceError
impl Send for SpliceError
impl Sync for SpliceError
impl Unpin for SpliceError
impl UnwindSafe for SpliceError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,