pub struct RestoreFootprintOperationBuilder { /* private fields */ }Implementations§
Source§impl RestoreFootprintOperationBuilder
impl RestoreFootprintOperationBuilder
pub fn new() -> RestoreFootprintOperationBuilder
Sourcepub fn with_source_account<S>(
self,
source: S,
) -> RestoreFootprintOperationBuilderwhere
S: Into<MuxedAccount>,
pub fn with_source_account<S>(
self,
source: S,
) -> RestoreFootprintOperationBuilderwhere
S: Into<MuxedAccount>,
Sets the operation source account.
Trait Implementations§
Source§impl Default for RestoreFootprintOperationBuilder
impl Default for RestoreFootprintOperationBuilder
Source§fn default() -> RestoreFootprintOperationBuilder
fn default() -> RestoreFootprintOperationBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RestoreFootprintOperationBuilder
impl RefUnwindSafe for RestoreFootprintOperationBuilder
impl Send for RestoreFootprintOperationBuilder
impl Sync for RestoreFootprintOperationBuilder
impl Unpin for RestoreFootprintOperationBuilder
impl UnwindSafe for RestoreFootprintOperationBuilder
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