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