pub struct EventPayloadPagesInner {
pub page_name: Option<String>,
pub title: Option<String>,
pub summary: Option<Option<String>>,
pub action: Option<String>,
pub sha: Option<String>,
pub html_url: Option<String>,
}
Fields§
§page_name: Option<String>
§title: Option<String>
§summary: Option<Option<String>>
§action: Option<String>
§sha: Option<String>
§html_url: Option<String>
Implementations§
Source§impl EventPayloadPagesInner
impl EventPayloadPagesInner
pub fn new() -> EventPayloadPagesInner
Trait Implementations§
Source§impl Clone for EventPayloadPagesInner
impl Clone for EventPayloadPagesInner
Source§fn clone(&self) -> EventPayloadPagesInner
fn clone(&self) -> EventPayloadPagesInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EventPayloadPagesInner
impl Debug for EventPayloadPagesInner
Source§impl Default for EventPayloadPagesInner
impl Default for EventPayloadPagesInner
Source§fn default() -> EventPayloadPagesInner
fn default() -> EventPayloadPagesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventPayloadPagesInner
impl<'de> Deserialize<'de> for EventPayloadPagesInner
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 for EventPayloadPagesInner
impl PartialEq for EventPayloadPagesInner
Source§impl Serialize for EventPayloadPagesInner
impl Serialize for EventPayloadPagesInner
impl StructuralPartialEq for EventPayloadPagesInner
Auto Trait Implementations§
impl Freeze for EventPayloadPagesInner
impl RefUnwindSafe for EventPayloadPagesInner
impl Send for EventPayloadPagesInner
impl Sync for EventPayloadPagesInner
impl Unpin for EventPayloadPagesInner
impl UnwindSafe for EventPayloadPagesInner
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