pub struct AccountDeletion {
pub pubkey: Pubkey,
pub height: u64,
}Fields§
§pubkey: Pubkey§height: u64Trait Implementations§
Source§impl Clone for AccountDeletion
impl Clone for AccountDeletion
Source§fn clone(&self) -> AccountDeletion
fn clone(&self) -> AccountDeletion
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 moreAuto Trait Implementations§
impl Freeze for AccountDeletion
impl RefUnwindSafe for AccountDeletion
impl Send for AccountDeletion
impl Sync for AccountDeletion
impl Unpin for AccountDeletion
impl UnwindSafe for AccountDeletion
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