pub enum BrineTreeError {
InvalidArgument,
TreeFull,
InvalidProof,
ProofLength,
}Variants§
Trait Implementations§
Source§impl Clone for BrineTreeError
impl Clone for BrineTreeError
Source§fn clone(&self) -> BrineTreeError
fn clone(&self) -> BrineTreeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BrineTreeError
Source§impl Debug for BrineTreeError
impl Debug for BrineTreeError
impl Eq for BrineTreeError
Source§impl PartialEq for BrineTreeError
impl PartialEq for BrineTreeError
Source§fn eq(&self, other: &BrineTreeError) -> bool
fn eq(&self, other: &BrineTreeError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrineTreeError
Auto Trait Implementations§
impl Freeze for BrineTreeError
impl RefUnwindSafe for BrineTreeError
impl Send for BrineTreeError
impl Sync for BrineTreeError
impl Unpin for BrineTreeError
impl UnsafeUnpin for BrineTreeError
impl UnwindSafe for BrineTreeError
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