pub struct LineWebhook {}
Implementations§
Source§impl LineWebhook
impl LineWebhook
pub fn parse_str(input: &str) -> LineWebhookResponse
Auto Trait Implementations§
impl Freeze for LineWebhook
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