Struct github_rest::model::repositories::events::PingEvent
source · pub struct PingEvent {
pub zen: String,
pub hook_id: usize,
pub hook: Value,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§zen: String
§hook_id: usize
§hook: Value
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for PingEvent
impl AsRef<RepoEventInfo> for PingEvent
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 PingEvent
impl<'de> Deserialize<'de> for PingEvent
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<PingEvent> for PingEvent
impl PartialEq<PingEvent> for PingEvent
impl StructuralPartialEq for PingEvent
Auto Trait Implementations§
impl RefUnwindSafe for PingEvent
impl Send for PingEvent
impl Sync for PingEvent
impl Unpin for PingEvent
impl UnwindSafe for PingEvent
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