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