pub struct BeginSponsoringFutureReservesOp {
pub sponsored_id: AccountId,
}
Fields§
§sponsored_id: AccountId
Trait Implementations§
§impl Clone for BeginSponsoringFutureReservesOp
impl Clone for BeginSponsoringFutureReservesOp
§fn clone(&self) -> BeginSponsoringFutureReservesOp
fn clone(&self) -> BeginSponsoringFutureReservesOp
Returns a copy 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 more§impl Debug for BeginSponsoringFutureReservesOp
impl Debug for BeginSponsoringFutureReservesOp
§impl Hash for BeginSponsoringFutureReservesOp
impl Hash for BeginSponsoringFutureReservesOp
§impl Ord for BeginSponsoringFutureReservesOp
impl Ord for BeginSponsoringFutureReservesOp
§fn cmp(&self, other: &BeginSponsoringFutureReservesOp) -> Ordering
fn cmp(&self, other: &BeginSponsoringFutureReservesOp) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq<BeginSponsoringFutureReservesOp> for BeginSponsoringFutureReservesOp
impl PartialEq<BeginSponsoringFutureReservesOp> for BeginSponsoringFutureReservesOp
§fn eq(&self, other: &BeginSponsoringFutureReservesOp) -> bool
fn eq(&self, other: &BeginSponsoringFutureReservesOp) -> bool
§impl PartialOrd<BeginSponsoringFutureReservesOp> for BeginSponsoringFutureReservesOp
impl PartialOrd<BeginSponsoringFutureReservesOp> for BeginSponsoringFutureReservesOp
§fn partial_cmp(
&self,
other: &BeginSponsoringFutureReservesOp
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &BeginSponsoringFutureReservesOp
) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more