pub struct LineWebhookEventMessageSticker {
pub id: String,
pub message_type: String,
pub quote_token: String,
pub package_id: String,
pub sticker_id: String,
pub sticker_resource_type: String,
pub keywords: Option<Vec<String>>,
pub text: Option<String>,
pub quoted_message_id: Option<String>,
}
Fields§
§id: String
§message_type: String
§quote_token: String
§package_id: String
§sticker_id: String
§sticker_resource_type: String
§keywords: Option<Vec<String>>
§text: Option<String>
§quoted_message_id: Option<String>
Trait Implementations§
Source§impl Clone for LineWebhookEventMessageSticker
impl Clone for LineWebhookEventMessageSticker
Source§fn clone(&self) -> LineWebhookEventMessageSticker
fn clone(&self) -> LineWebhookEventMessageSticker
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 LineWebhookEventMessageSticker
impl Default for LineWebhookEventMessageSticker
Source§fn default() -> LineWebhookEventMessageSticker
fn default() -> LineWebhookEventMessageSticker
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineWebhookEventMessageSticker
impl<'de> Deserialize<'de> for LineWebhookEventMessageSticker
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 LineWebhookEventMessageSticker
impl RefUnwindSafe for LineWebhookEventMessageSticker
impl Send for LineWebhookEventMessageSticker
impl Sync for LineWebhookEventMessageSticker
impl Unpin for LineWebhookEventMessageSticker
impl UnwindSafe for LineWebhookEventMessageSticker
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