pub struct MetaEvent {
pub action: MetaAction,
pub hook_id: usize,
pub hook: Value,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§action: MetaAction
§hook_id: usize
§hook: Value
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for MetaEvent
impl AsRef<RepoEventInfo> for MetaEvent
source§fn as_ref(&self) -> &RepoEventInfo
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl<'de> Deserialize<'de> for MetaEvent
impl<'de> Deserialize<'de> for MetaEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<MetaEvent> for MetaEvent
impl PartialEq<MetaEvent> for MetaEvent
impl StructuralPartialEq for MetaEvent
Auto Trait Implementations§
impl RefUnwindSafe for MetaEvent
impl Send for MetaEvent
impl Sync for MetaEvent
impl Unpin for MetaEvent
impl UnwindSafe for MetaEvent
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