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