pub struct GetCallParkingResponseCallHunting {
pub callparking: Option<u64>,
pub name: Option<String>,
pub timeout: Option<u64>,
pub musiconhold: Option<String>,
pub failover: Option<String>,
pub language: Option<String>,
pub destination: Option<String>,
pub delay: Option<u64>,
pub blf_lamps: Option<u64>,
}Expand description
Response body for Client::get_call_parking (wire method getCallParking).
Fields§
§callparking: Option<u64>§name: Option<String>§timeout: Option<u64>§musiconhold: Option<String>§failover: Option<String>§language: Option<String>§destination: Option<String>§delay: Option<u64>§blf_lamps: Option<u64>Trait Implementations§
Source§impl Clone for GetCallParkingResponseCallHunting
impl Clone for GetCallParkingResponseCallHunting
Source§fn clone(&self) -> GetCallParkingResponseCallHunting
fn clone(&self) -> GetCallParkingResponseCallHunting
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 GetCallParkingResponseCallHunting
impl Default for GetCallParkingResponseCallHunting
Source§fn default() -> GetCallParkingResponseCallHunting
fn default() -> GetCallParkingResponseCallHunting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCallParkingResponseCallHunting
impl<'de> Deserialize<'de> for GetCallParkingResponseCallHunting
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 GetCallParkingResponseCallHunting
impl RefUnwindSafe for GetCallParkingResponseCallHunting
impl Send for GetCallParkingResponseCallHunting
impl Sync for GetCallParkingResponseCallHunting
impl Unpin for GetCallParkingResponseCallHunting
impl UnsafeUnpin for GetCallParkingResponseCallHunting
impl UnwindSafe for GetCallParkingResponseCallHunting
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