pub enum LiveNodeFromCborError {
OutOfBounds,
UnexpectedVariant,
LiveIdCollision,
ExpectedId,
NotImpl,
UnexpectedValue,
ExpectedBareEnumString,
StackNotClosed,
UTF8Error,
}
Variants
OutOfBounds
UnexpectedVariant
LiveIdCollision
ExpectedId
NotImpl
UnexpectedValue
ExpectedBareEnumString
StackNotClosed
UTF8Error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiveNodeFromCborError
impl Send for LiveNodeFromCborError
impl Sync for LiveNodeFromCborError
impl Unpin for LiveNodeFromCborError
impl UnwindSafe for LiveNodeFromCborError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more