pub struct DelIVRResponse {
pub status: Option<String>,
}Expand description
Response body for Client::del_ivr (wire method delIVR).
Fields§
§status: Option<String>Trait Implementations§
Source§impl Clone for DelIVRResponse
impl Clone for DelIVRResponse
Source§fn clone(&self) -> DelIVRResponse
fn clone(&self) -> DelIVRResponse
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 DelIVRResponse
impl Debug for DelIVRResponse
Source§impl Default for DelIVRResponse
impl Default for DelIVRResponse
Source§fn default() -> DelIVRResponse
fn default() -> DelIVRResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DelIVRResponse
impl<'de> Deserialize<'de> for DelIVRResponse
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 DelIVRResponse
impl RefUnwindSafe for DelIVRResponse
impl Send for DelIVRResponse
impl Sync for DelIVRResponse
impl Unpin for DelIVRResponse
impl UnsafeUnpin for DelIVRResponse
impl UnwindSafe for DelIVRResponse
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