pub struct BuyRamBytesAction {
pub payer: Name,
pub receiver: Name,
pub bytes: u32,
}Fields§
§payer: Name§receiver: Name§bytes: u32Trait Implementations§
Source§impl Clone for BuyRamBytesAction
impl Clone for BuyRamBytesAction
Source§fn clone(&self) -> BuyRamBytesAction
fn clone(&self) -> BuyRamBytesAction
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 BuyRamBytesAction
impl Debug for BuyRamBytesAction
Source§impl Packer for BuyRamBytesAction
impl Packer for BuyRamBytesAction
Auto Trait Implementations§
impl Freeze for BuyRamBytesAction
impl RefUnwindSafe for BuyRamBytesAction
impl Send for BuyRamBytesAction
impl Sync for BuyRamBytesAction
impl Unpin for BuyRamBytesAction
impl UnwindSafe for BuyRamBytesAction
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