pub struct LineApiInsightMessageDeliveryResponse {
pub status: String,
pub broadcast: Option<u32>,
pub targeting: Option<u32>,
pub auto_response: Option<u32>,
pub welcome_response: Option<u32>,
pub chat: Option<u32>,
pub api_broadcast: Option<u32>,
pub api_push: Option<u32>,
pub api_multicast: Option<u32>,
pub api_narrowcast: Option<u32>,
pub api_reply: Option<u32>,
}
Fields§
§status: String
§broadcast: Option<u32>
§targeting: Option<u32>
§auto_response: Option<u32>
§welcome_response: Option<u32>
§chat: Option<u32>
§api_broadcast: Option<u32>
§api_push: Option<u32>
§api_multicast: Option<u32>
§api_narrowcast: Option<u32>
§api_reply: Option<u32>
Trait Implementations§
Source§impl Clone for LineApiInsightMessageDeliveryResponse
impl Clone for LineApiInsightMessageDeliveryResponse
Source§fn clone(&self) -> LineApiInsightMessageDeliveryResponse
fn clone(&self) -> LineApiInsightMessageDeliveryResponse
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 Default for LineApiInsightMessageDeliveryResponse
impl Default for LineApiInsightMessageDeliveryResponse
Source§fn default() -> LineApiInsightMessageDeliveryResponse
fn default() -> LineApiInsightMessageDeliveryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineApiInsightMessageDeliveryResponse
impl<'de> Deserialize<'de> for LineApiInsightMessageDeliveryResponse
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 LineApiInsightMessageDeliveryResponse
impl RefUnwindSafe for LineApiInsightMessageDeliveryResponse
impl Send for LineApiInsightMessageDeliveryResponse
impl Sync for LineApiInsightMessageDeliveryResponse
impl Unpin for LineApiInsightMessageDeliveryResponse
impl UnwindSafe for LineApiInsightMessageDeliveryResponse
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