Enum v4v::RecipientsToSplitsError
source · pub enum RecipientsToSplitsError {
TotalFeeExceeds100,
FeeIs100ButNonFeeRecipientsExist,
}Expand description
Represents an error when converting a list of share- or percentage-based recipients into a list of share-like splits.
Variants§
TotalFeeExceeds100
The total fee exceeds 100%.
FeeIs100ButNonFeeRecipientsExist
The total fee is 100%, but there are non-fee recipients.
Trait Implementations§
source§impl Debug for RecipientsToSplitsError
impl Debug for RecipientsToSplitsError
source§impl Display for RecipientsToSplitsError
impl Display for RecipientsToSplitsError
source§impl PartialEq for RecipientsToSplitsError
impl PartialEq for RecipientsToSplitsError
impl StructuralPartialEq for RecipientsToSplitsError
Auto Trait Implementations§
impl Freeze for RecipientsToSplitsError
impl RefUnwindSafe for RecipientsToSplitsError
impl Send for RecipientsToSplitsError
impl Sync for RecipientsToSplitsError
impl Unpin for RecipientsToSplitsError
impl UnwindSafe for RecipientsToSplitsError
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