pub enum WriteProofError {
IdentityNotHeld,
Serialize(WireError),
}Variants§
Trait Implementations§
Source§impl Clone for WriteProofError
impl Clone for WriteProofError
Source§fn clone(&self) -> WriteProofError
fn clone(&self) -> WriteProofError
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 WriteProofError
Source§impl Debug for WriteProofError
impl Debug for WriteProofError
impl Eq for WriteProofError
Source§impl PartialEq for WriteProofError
impl PartialEq for WriteProofError
impl StructuralPartialEq for WriteProofError
Auto Trait Implementations§
impl Freeze for WriteProofError
impl RefUnwindSafe for WriteProofError
impl Send for WriteProofError
impl Sync for WriteProofError
impl Unpin for WriteProofError
impl UnsafeUnpin for WriteProofError
impl UnwindSafe for WriteProofError
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