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