pub struct DelegateBandwidthAction {
pub from: Name,
pub receiver: Name,
pub stake_net_quantity: Asset,
pub stake_cpu_quantity: Asset,
pub transfer: bool,
}Fields§
§from: Name§receiver: Name§stake_net_quantity: Asset§stake_cpu_quantity: Asset§transfer: boolTrait Implementations§
Source§impl Clone for DelegateBandwidthAction
impl Clone for DelegateBandwidthAction
Source§fn clone(&self) -> DelegateBandwidthAction
fn clone(&self) -> DelegateBandwidthAction
Returns a duplicate 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 DelegateBandwidthAction
impl Debug for DelegateBandwidthAction
Source§impl Packer for DelegateBandwidthAction
impl Packer for DelegateBandwidthAction
Auto Trait Implementations§
impl Freeze for DelegateBandwidthAction
impl RefUnwindSafe for DelegateBandwidthAction
impl Send for DelegateBandwidthAction
impl Sync for DelegateBandwidthAction
impl Unpin for DelegateBandwidthAction
impl UnwindSafe for DelegateBandwidthAction
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