pub struct GetCallTypesResponse {
pub status: Option<String>,
pub call_types: Option<Vec<GetCallTypesResponseCallType>>,
}Fields§
§status: Option<String>§call_types: Option<Vec<GetCallTypesResponseCallType>>Trait Implementations§
Source§impl Clone for GetCallTypesResponse
impl Clone for GetCallTypesResponse
Source§fn clone(&self) -> GetCallTypesResponse
fn clone(&self) -> GetCallTypesResponse
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 GetCallTypesResponse
impl Debug for GetCallTypesResponse
Source§impl Default for GetCallTypesResponse
impl Default for GetCallTypesResponse
Source§fn default() -> GetCallTypesResponse
fn default() -> GetCallTypesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCallTypesResponse
impl<'de> Deserialize<'de> for GetCallTypesResponse
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 GetCallTypesResponse
impl RefUnwindSafe for GetCallTypesResponse
impl Send for GetCallTypesResponse
impl Sync for GetCallTypesResponse
impl Unpin for GetCallTypesResponse
impl UnsafeUnpin for GetCallTypesResponse
impl UnwindSafe for GetCallTypesResponse
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