pub struct EndSponsoringFutureReservesOperation { /* private fields */ }Implementations§
Source§impl EndSponsoringFutureReservesOperation
impl EndSponsoringFutureReservesOperation
Sourcepub fn source_account(&self) -> &Option<MuxedAccount>
pub fn source_account(&self) -> &Option<MuxedAccount>
Retrieves the operation source account.
Sourcepub fn source_account_mut(&mut self) -> &mut Option<MuxedAccount>
pub fn source_account_mut(&mut self) -> &mut Option<MuxedAccount>
Retrieves a reference to the operation source account.
Sourcepub fn to_xdr_operation_body(&self) -> Result<OperationBody>
pub fn to_xdr_operation_body(&self) -> Result<OperationBody>
Returns the xdr operation body.
Sourcepub fn from_xdr_operation_body(
source_account: Option<MuxedAccount>,
) -> Result<EndSponsoringFutureReservesOperation>
pub fn from_xdr_operation_body( source_account: Option<MuxedAccount>, ) -> Result<EndSponsoringFutureReservesOperation>
Creates from the xdr operation body.
Trait Implementations§
Source§impl Clone for EndSponsoringFutureReservesOperation
impl Clone for EndSponsoringFutureReservesOperation
Source§fn clone(&self) -> EndSponsoringFutureReservesOperation
fn clone(&self) -> EndSponsoringFutureReservesOperation
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 PartialEq for EndSponsoringFutureReservesOperation
impl PartialEq for EndSponsoringFutureReservesOperation
Source§fn eq(&self, other: &EndSponsoringFutureReservesOperation) -> bool
fn eq(&self, other: &EndSponsoringFutureReservesOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EndSponsoringFutureReservesOperation
impl StructuralPartialEq for EndSponsoringFutureReservesOperation
Auto Trait Implementations§
impl Freeze for EndSponsoringFutureReservesOperation
impl RefUnwindSafe for EndSponsoringFutureReservesOperation
impl Send for EndSponsoringFutureReservesOperation
impl Sync for EndSponsoringFutureReservesOperation
impl Unpin for EndSponsoringFutureReservesOperation
impl UnwindSafe for EndSponsoringFutureReservesOperation
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