pub struct httpStatus;Trait Implementations§
Source§impl Field for httpStatus
impl Field for httpStatus
Source§impl HasField<httpStatus> for WebhookFailureEvent
impl HasField<httpStatus> for WebhookFailureEvent
Auto Trait Implementations§
impl Freeze for httpStatus
impl RefUnwindSafe for httpStatus
impl Send for httpStatus
impl Sync for httpStatus
impl Unpin for httpStatus
impl UnwindSafe for httpStatus
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