pub struct SetIVRResponse {
pub status: Option<String>,
pub ivr: Option<u64>,
}Expand description
Response body for Client::set_ivr (wire method setIVR).
Fields§
§status: Option<String>§ivr: Option<u64>Trait Implementations§
Source§impl Clone for SetIVRResponse
impl Clone for SetIVRResponse
Source§fn clone(&self) -> SetIVRResponse
fn clone(&self) -> SetIVRResponse
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 SetIVRResponse
impl Debug for SetIVRResponse
Source§impl Default for SetIVRResponse
impl Default for SetIVRResponse
Source§fn default() -> SetIVRResponse
fn default() -> SetIVRResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetIVRResponse
impl<'de> Deserialize<'de> for SetIVRResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetIVRResponse
impl RefUnwindSafe for SetIVRResponse
impl Send for SetIVRResponse
impl Sync for SetIVRResponse
impl Unpin for SetIVRResponse
impl UnsafeUnpin for SetIVRResponse
impl UnwindSafe for SetIVRResponse
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