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