pub struct IntegrationInstallationRepositoriesEvent;
Expand description
Event deprecated by GitHub. Use InstallationRepositoriesEvent
instead.
Trait Implementations§
Source§impl AppEvent for IntegrationInstallationRepositoriesEvent
impl AppEvent for IntegrationInstallationRepositoriesEvent
Source§fn installation(&self) -> Option<u64>
fn installation(&self) -> Option<u64>
Returns the installation ID for the event.
Source§impl Clone for IntegrationInstallationRepositoriesEvent
impl Clone for IntegrationInstallationRepositoriesEvent
Source§fn clone(&self) -> IntegrationInstallationRepositoriesEvent
fn clone(&self) -> IntegrationInstallationRepositoriesEvent
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 IntegrationInstallationRepositoriesEvent
impl<'de> Deserialize<'de> for IntegrationInstallationRepositoriesEvent
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 From<IntegrationInstallationRepositoriesEvent> for Event
impl From<IntegrationInstallationRepositoriesEvent> for Event
Source§fn from(original: IntegrationInstallationRepositoriesEvent) -> Event
fn from(original: IntegrationInstallationRepositoriesEvent) -> Event
Converts to this type from the input type.
Source§impl Ord for IntegrationInstallationRepositoriesEvent
impl Ord for IntegrationInstallationRepositoriesEvent
Source§fn cmp(&self, other: &IntegrationInstallationRepositoriesEvent) -> Ordering
fn cmp(&self, other: &IntegrationInstallationRepositoriesEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntegrationInstallationRepositoriesEvent
impl PartialEq for IntegrationInstallationRepositoriesEvent
Source§fn eq(&self, other: &IntegrationInstallationRepositoriesEvent) -> bool
fn eq(&self, other: &IntegrationInstallationRepositoriesEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for IntegrationInstallationRepositoriesEvent
impl PartialOrd for IntegrationInstallationRepositoriesEvent
impl Eq for IntegrationInstallationRepositoriesEvent
impl StructuralPartialEq for IntegrationInstallationRepositoriesEvent
Auto Trait Implementations§
impl Freeze for IntegrationInstallationRepositoriesEvent
impl RefUnwindSafe for IntegrationInstallationRepositoriesEvent
impl Send for IntegrationInstallationRepositoriesEvent
impl Sync for IntegrationInstallationRepositoriesEvent
impl Unpin for IntegrationInstallationRepositoriesEvent
impl UnwindSafe for IntegrationInstallationRepositoriesEvent
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