Enum fanout::error::FanoutError
source · #[repr(u32)]pub enum FanoutError {
Overflow,
InvalidMemberCount,
InvalidShares,
DuplicateMember,
MemberNotFound,
NonZeroBalance,
InvalidCloseAuthority,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for FanoutError
impl Clone for FanoutError
source§fn clone(&self) -> FanoutError
fn clone(&self) -> FanoutError
Returns a copy 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 FanoutError
impl Debug for FanoutError
source§impl Display for FanoutError
impl Display for FanoutError
source§impl From<FanoutError> for Error
impl From<FanoutError> for Error
source§fn from(error_code: FanoutError) -> Error
fn from(error_code: FanoutError) -> Error
Converts to this type from the input type.
source§impl From<FanoutError> for u32
impl From<FanoutError> for u32
source§fn from(e: FanoutError) -> u32
fn from(e: FanoutError) -> u32
Converts to this type from the input type.
impl Copy for FanoutError
Auto Trait Implementations§
impl RefUnwindSafe for FanoutError
impl Send for FanoutError
impl Sync for FanoutError
impl Unpin for FanoutError
impl UnwindSafe for FanoutError
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