pub enum DecodeResult {
NHash(NHashData),
NRef(NRefData),
}Expand description
Decode result
Variants§
Trait Implementations§
Source§impl Clone for DecodeResult
impl Clone for DecodeResult
Source§fn clone(&self) -> DecodeResult
fn clone(&self) -> DecodeResult
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 DecodeResult
impl Debug for DecodeResult
Source§impl PartialEq for DecodeResult
impl PartialEq for DecodeResult
impl StructuralPartialEq for DecodeResult
Auto Trait Implementations§
impl Freeze for DecodeResult
impl RefUnwindSafe for DecodeResult
impl Send for DecodeResult
impl Sync for DecodeResult
impl Unpin for DecodeResult
impl UnwindSafe for DecodeResult
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