Struct github_rest::model::repositories::wiki::events::GollumEvent
source · pub struct GollumEvent {
pub pages: Vec<Page>,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§pages: Vec<Page>
§event_info: RepoEventInfo
Trait Implementations§
source§impl Clone for GollumEvent
impl Clone for GollumEvent
source§fn clone(&self) -> GollumEvent
fn clone(&self) -> GollumEvent
Returns a copy 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 GollumEvent
impl Debug for GollumEvent
source§impl<'de> Deserialize<'de> for GollumEvent
impl<'de> Deserialize<'de> for GollumEvent
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 Event<'_> for GollumEvent
impl Event<'_> for GollumEvent
source§impl PartialEq<GollumEvent> for GollumEvent
impl PartialEq<GollumEvent> for GollumEvent
source§fn eq(&self, other: &GollumEvent) -> bool
fn eq(&self, other: &GollumEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GollumEvent
impl Serialize for GollumEvent
impl StructuralPartialEq for GollumEvent
Auto Trait Implementations§
impl RefUnwindSafe for GollumEvent
impl Send for GollumEvent
impl Sync for GollumEvent
impl Unpin for GollumEvent
impl UnwindSafe for GollumEvent
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