pub struct PostHookEvent {
pub stage: String,
pub status: String,
pub message: Option<String>,
}Fields§
§stage: String§status: String§message: Option<String>Trait Implementations§
Source§impl Debug for PostHookEvent
impl Debug for PostHookEvent
Auto Trait Implementations§
impl Freeze for PostHookEvent
impl RefUnwindSafe for PostHookEvent
impl Send for PostHookEvent
impl Sync for PostHookEvent
impl Unpin for PostHookEvent
impl UnwindSafe for PostHookEvent
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