pub enum NvtreeError {
BufferTooSmall,
InvalidMagic,
InvalidVersion,
InvalidUtf8,
InvalidName,
UnsupportedType(u8),
Malformed,
}Variants§
Trait Implementations§
Source§impl Clone for NvtreeError
impl Clone for NvtreeError
Source§fn clone(&self) -> NvtreeError
fn clone(&self) -> NvtreeError
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 NvtreeError
impl Debug for NvtreeError
Source§impl PartialEq for NvtreeError
impl PartialEq for NvtreeError
impl Eq for NvtreeError
impl StructuralPartialEq for NvtreeError
Auto Trait Implementations§
impl Freeze for NvtreeError
impl RefUnwindSafe for NvtreeError
impl Send for NvtreeError
impl Sync for NvtreeError
impl Unpin for NvtreeError
impl UnsafeUnpin for NvtreeError
impl UnwindSafe for NvtreeError
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