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 · 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 BrineTreeError
impl Debug for BrineTreeError
Source§impl PartialEq for BrineTreeError
impl PartialEq for BrineTreeError
impl Copy for BrineTreeError
impl Eq for BrineTreeError
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 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