Enum bee_tangle::metadata::IndexIdError [−][src]
Expand description
An error that may occur when manipulating message indices.
Variants
Io(Error)Expand description
An IO error occurred.
MessageId(Error)Expand description
An message-related error occurred.
Trait Implementations
impl Debug for IndexIdError[src]
impl Debug for IndexIdError[src]Auto Trait Implementations
impl !RefUnwindSafe for IndexIdError
impl Send for IndexIdError
impl Sync for IndexIdError
impl Unpin for IndexIdError
impl !UnwindSafe for IndexIdError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,