Struct line_bot_messaging_api::webhook::LineWebhook
source · pub struct LineWebhook {}
Implementations§
source§impl LineWebhook
impl LineWebhook
pub fn parse_str(input: &str) -> LineWebhookResponse
Auto Trait Implementations§
impl RefUnwindSafe for LineWebhook
impl Send for LineWebhook
impl Sync for LineWebhook
impl Unpin for LineWebhook
impl UnwindSafe for LineWebhook
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