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