pub struct CloseContract {
pub account_id: AccountId,
pub contract_id: ContractId,
}Expand description
Position close parameters.
Fields§
§account_id: AccountIdProvider account.
contract_id: ContractIdProvider contract.
Trait Implementations§
Source§impl Clone for CloseContract
impl Clone for CloseContract
Source§fn clone(&self) -> CloseContract
fn clone(&self) -> CloseContract
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CloseContract
impl Debug for CloseContract
Auto Trait Implementations§
impl Freeze for CloseContract
impl RefUnwindSafe for CloseContract
impl Send for CloseContract
impl Sync for CloseContract
impl Unpin for CloseContract
impl UnsafeUnpin for CloseContract
impl UnwindSafe for CloseContract
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