pub enum TwilioMethod {
GET,
POST,
}
Expand description
Describes possible http methods, twilio can use to invoke callback.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TwilioMethod
impl RefUnwindSafe for TwilioMethod
impl Send for TwilioMethod
impl Sync for TwilioMethod
impl Unpin for TwilioMethod
impl UnwindSafe for TwilioMethod
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