Enum wallet::transaction::AddInputStatus
source · pub enum AddInputStatus {
Added,
Skipped(Input),
NotEnoughSpace,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for AddInputStatus
impl Send for AddInputStatus
impl Sync for AddInputStatus
impl Unpin for AddInputStatus
impl UnwindSafe for AddInputStatus
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