pub struct FetchBalanceParams {
pub account_sid: String,
}
Expand description
struct for passing parameters to the method fetch_balance
Fields§
§account_sid: String
The unique SID identifier of the Account.
Trait Implementations§
Source§impl Clone for FetchBalanceParams
impl Clone for FetchBalanceParams
Source§fn clone(&self) -> FetchBalanceParams
fn clone(&self) -> FetchBalanceParams
Returns a copy 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 FetchBalanceParams
impl RefUnwindSafe for FetchBalanceParams
impl Send for FetchBalanceParams
impl Sync for FetchBalanceParams
impl Unpin for FetchBalanceParams
impl UnwindSafe for FetchBalanceParams
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