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