pub struct ChangeTrustOperationBuilder { /* private fields */ }Implementations§
Source§impl ChangeTrustOperationBuilder
impl ChangeTrustOperationBuilder
pub fn new() -> ChangeTrustOperationBuilder
pub fn with_source_account<S>(self, source: S) -> ChangeTrustOperationBuilderwhere
S: Into<MuxedAccount>,
pub fn with_asset(self, asset: ChangeTrustAsset) -> ChangeTrustOperationBuilder
pub fn with_limit<A: TryInto<Stroops>>( self, limit: Option<A>, ) -> Result<ChangeTrustOperationBuilder>
pub fn build(self) -> Result<Operation>
Trait Implementations§
Source§impl Debug for ChangeTrustOperationBuilder
impl Debug for ChangeTrustOperationBuilder
Source§impl Default for ChangeTrustOperationBuilder
impl Default for ChangeTrustOperationBuilder
Source§fn default() -> ChangeTrustOperationBuilder
fn default() -> ChangeTrustOperationBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChangeTrustOperationBuilder
impl RefUnwindSafe for ChangeTrustOperationBuilder
impl Send for ChangeTrustOperationBuilder
impl Sync for ChangeTrustOperationBuilder
impl Unpin for ChangeTrustOperationBuilder
impl UnwindSafe for ChangeTrustOperationBuilder
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