pub enum FixedSetError {
Full,
Duplicate,
}Expand description
Error type for FixedSet operations.
Variants§
Trait Implementations§
Source§impl Debug for FixedSetError
impl Debug for FixedSetError
Source§impl Display for FixedSetError
impl Display for FixedSetError
impl Eq for FixedSetError
Source§impl From<FixedSetError> for BitcoinTxError
impl From<FixedSetError> for BitcoinTxError
Source§fn from(error: FixedSetError) -> BitcoinTxError
fn from(error: FixedSetError) -> BitcoinTxError
Converts to this type from the input type.
Source§impl PartialEq for FixedSetError
impl PartialEq for FixedSetError
Source§fn eq(&self, other: &FixedSetError) -> bool
fn eq(&self, other: &FixedSetError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FixedSetError
Auto Trait Implementations§
impl Freeze for FixedSetError
impl RefUnwindSafe for FixedSetError
impl Send for FixedSetError
impl Sync for FixedSetError
impl Unpin for FixedSetError
impl UnsafeUnpin for FixedSetError
impl UnwindSafe for FixedSetError
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