Struct primitives::spender::Spendable
source · pub struct Spendable {
pub spender: Address,
pub channel: Channel,
pub deposit: Deposit<UnifiedNum>,
}
Fields
spender: Address
channel: Channel
deposit: Deposit<UnifiedNum>
Trait Implementations
impl Eq for Spendable
impl StructuralEq for Spendable
impl StructuralPartialEq for Spendable
Auto Trait Implementations
impl RefUnwindSafe for Spendable
impl Send for Spendable
impl Sync for Spendable
impl Unpin for Spendable
impl UnwindSafe for Spendable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more