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