pub struct GhesInstallationCallbackRequest {
pub installation_id: i64,
}Fields§
§installation_id: i64The GitHub App installation ID from GHES
Implementations§
Source§impl GhesInstallationCallbackRequest
impl GhesInstallationCallbackRequest
pub fn new(installation_id: i64) -> GhesInstallationCallbackRequest
Trait Implementations§
Source§impl Clone for GhesInstallationCallbackRequest
impl Clone for GhesInstallationCallbackRequest
Source§fn clone(&self) -> GhesInstallationCallbackRequest
fn clone(&self) -> GhesInstallationCallbackRequest
Returns a duplicate 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 Default for GhesInstallationCallbackRequest
impl Default for GhesInstallationCallbackRequest
Source§fn default() -> GhesInstallationCallbackRequest
fn default() -> GhesInstallationCallbackRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GhesInstallationCallbackRequest
impl<'de> Deserialize<'de> for GhesInstallationCallbackRequest
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 for GhesInstallationCallbackRequest
impl PartialEq for GhesInstallationCallbackRequest
Source§fn eq(&self, other: &GhesInstallationCallbackRequest) -> bool
fn eq(&self, other: &GhesInstallationCallbackRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GhesInstallationCallbackRequest
Auto Trait Implementations§
impl Freeze for GhesInstallationCallbackRequest
impl RefUnwindSafe for GhesInstallationCallbackRequest
impl Send for GhesInstallationCallbackRequest
impl Sync for GhesInstallationCallbackRequest
impl Unpin for GhesInstallationCallbackRequest
impl UnsafeUnpin for GhesInstallationCallbackRequest
impl UnwindSafe for GhesInstallationCallbackRequest
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