pub struct MutableBalanceParams { /* private fields */ }Implementations§
Source§impl MutableBalanceParams
impl MutableBalanceParams
pub fn agent_id(&self) -> ScMutableAgentID
Trait Implementations§
Source§impl Clone for MutableBalanceParams
impl Clone for MutableBalanceParams
Source§fn clone(&self) -> MutableBalanceParams
fn clone(&self) -> MutableBalanceParams
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 moreAuto Trait Implementations§
impl Freeze for MutableBalanceParams
impl !RefUnwindSafe for MutableBalanceParams
impl !Send for MutableBalanceParams
impl !Sync for MutableBalanceParams
impl Unpin for MutableBalanceParams
impl !UnwindSafe for MutableBalanceParams
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