pub struct GetCallHuntingsResponseCallHunting {
pub callhunting: Option<u64>,
pub description: Option<String>,
pub members: Option<String>,
pub ring_time: Option<String>,
pub order: Option<RingGroupOrder>,
pub press: Option<String>,
pub music: Option<String>,
pub recording: Option<String>,
pub language: Option<String>,
}Expand description
Response body for Client::get_call_huntings (wire method getCallHuntings).
Fields§
§callhunting: Option<u64>§description: Option<String>§members: Option<String>§ring_time: Option<String>§order: Option<RingGroupOrder>§press: Option<String>§music: Option<String>§recording: Option<String>§language: Option<String>Trait Implementations§
Source§impl Clone for GetCallHuntingsResponseCallHunting
impl Clone for GetCallHuntingsResponseCallHunting
Source§fn clone(&self) -> GetCallHuntingsResponseCallHunting
fn clone(&self) -> GetCallHuntingsResponseCallHunting
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 Default for GetCallHuntingsResponseCallHunting
impl Default for GetCallHuntingsResponseCallHunting
Source§fn default() -> GetCallHuntingsResponseCallHunting
fn default() -> GetCallHuntingsResponseCallHunting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCallHuntingsResponseCallHunting
impl<'de> Deserialize<'de> for GetCallHuntingsResponseCallHunting
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 GetCallHuntingsResponseCallHunting
impl RefUnwindSafe for GetCallHuntingsResponseCallHunting
impl Send for GetCallHuntingsResponseCallHunting
impl Sync for GetCallHuntingsResponseCallHunting
impl Unpin for GetCallHuntingsResponseCallHunting
impl UnsafeUnpin for GetCallHuntingsResponseCallHunting
impl UnwindSafe for GetCallHuntingsResponseCallHunting
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