pub struct PageEvent {
pub page_name: String,
pub title: String,
pub summary: Option<String>,
pub action: PageAction,
pub sha: Oid,
pub html_url: String,
}
Fields§
§page_name: String
§title: String
§summary: Option<String>
§action: PageAction
§sha: Oid
§html_url: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageEvent
impl<'de> Deserialize<'de> for PageEvent
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 Ord for PageEvent
impl Ord for PageEvent
Source§impl PartialOrd for PageEvent
impl PartialOrd for PageEvent
impl Eq for PageEvent
impl StructuralPartialEq for PageEvent
Auto Trait Implementations§
impl Freeze for PageEvent
impl RefUnwindSafe for PageEvent
impl Send for PageEvent
impl Sync for PageEvent
impl Unpin for PageEvent
impl UnwindSafe for PageEvent
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