Struct github_rest::model::apps::events::InstallationEvent
source · pub struct InstallationEvent {
pub action: InstallationAction,
pub repositories: Vec<RepoInfo>,
pub installation: Value,
pub sender: SimpleUser,
}
Expand description
Fields§
§action: InstallationAction
§repositories: Vec<RepoInfo>
§installation: Value
§sender: SimpleUser
Trait Implementations§
source§impl Clone for InstallationEvent
impl Clone for InstallationEvent
source§fn clone(&self) -> InstallationEvent
fn clone(&self) -> InstallationEvent
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 InstallationEvent
impl Debug for InstallationEvent
source§impl<'de> Deserialize<'de> for InstallationEvent
impl<'de> Deserialize<'de> for InstallationEvent
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<InstallationEvent> for InstallationEvent
impl PartialEq<InstallationEvent> for InstallationEvent
source§fn eq(&self, other: &InstallationEvent) -> bool
fn eq(&self, other: &InstallationEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InstallationEvent
impl Serialize for InstallationEvent
impl StructuralPartialEq for InstallationEvent
Auto Trait Implementations§
impl RefUnwindSafe for InstallationEvent
impl Send for InstallationEvent
impl Sync for InstallationEvent
impl Unpin for InstallationEvent
impl UnwindSafe for InstallationEvent
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