pub struct ApiV2010AccountMessage {Show 20 fields
pub account_sid: Option<String>,
pub api_version: Option<String>,
pub body: Option<String>,
pub date_created: Option<String>,
pub date_sent: Option<String>,
pub date_updated: Option<String>,
pub direction: Option<String>,
pub error_code: Option<i64>,
pub error_message: Option<String>,
pub from: Option<String>,
pub messaging_service_sid: Option<String>,
pub num_media: Option<String>,
pub num_segments: Option<String>,
pub price: Option<String>,
pub price_unit: Option<String>,
pub sid: Option<String>,
pub status: Option<String>,
pub subresource_uris: Option<Value>,
pub to: Option<String>,
pub uri: Option<String>,
}
Fields§
§account_sid: Option<String>
§api_version: Option<String>
§body: Option<String>
§date_created: Option<String>
§date_sent: Option<String>
§date_updated: Option<String>
§direction: Option<String>
§error_code: Option<i64>
§error_message: Option<String>
§from: Option<String>
§messaging_service_sid: Option<String>
§num_media: Option<String>
§num_segments: Option<String>
§price: Option<String>
§price_unit: Option<String>
§sid: Option<String>
§status: Option<String>
§subresource_uris: Option<Value>
§to: Option<String>
§uri: Option<String>
Trait Implementations§
Source§impl Clone for ApiV2010AccountMessage
impl Clone for ApiV2010AccountMessage
Source§fn clone(&self) -> ApiV2010AccountMessage
fn clone(&self) -> ApiV2010AccountMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiV2010AccountMessage
impl Debug for ApiV2010AccountMessage
Source§impl Default for ApiV2010AccountMessage
impl Default for ApiV2010AccountMessage
Source§fn default() -> ApiV2010AccountMessage
fn default() -> ApiV2010AccountMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiV2010AccountMessage
impl<'de> Deserialize<'de> for ApiV2010AccountMessage
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
Source§impl Display for ApiV2010AccountMessage
impl Display for ApiV2010AccountMessage
Auto Trait Implementations§
impl Freeze for ApiV2010AccountMessage
impl RefUnwindSafe for ApiV2010AccountMessage
impl Send for ApiV2010AccountMessage
impl Sync for ApiV2010AccountMessage
impl Unpin for ApiV2010AccountMessage
impl UnwindSafe for ApiV2010AccountMessage
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