pub struct GetCallBillingParams {}Expand description
Parameters for Client::get_call_billing (wire method getCallBilling).
Trait Implementations§
Source§impl Clone for GetCallBillingParams
impl Clone for GetCallBillingParams
Source§fn clone(&self) -> GetCallBillingParams
fn clone(&self) -> GetCallBillingParams
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 GetCallBillingParams
impl Debug for GetCallBillingParams
Source§impl Default for GetCallBillingParams
impl Default for GetCallBillingParams
Source§fn default() -> GetCallBillingParams
fn default() -> GetCallBillingParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCallBillingParams
impl RefUnwindSafe for GetCallBillingParams
impl Send for GetCallBillingParams
impl Sync for GetCallBillingParams
impl Unpin for GetCallBillingParams
impl UnsafeUnpin for GetCallBillingParams
impl UnwindSafe for GetCallBillingParams
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