Struct github_rest::model::repositories::events::DeployKeyEvent    
source · pub struct DeployKeyEvent {
    pub action: DeployKeyAction,
    pub key: DeployKey,
    pub event_info: RepoEventInfo,
}Expand description
Fields§
§action: DeployKeyAction§key: DeployKey§event_info: RepoEventInfoTrait Implementations§
source§impl AsRef<RepoEventInfo> for DeployKeyEvent
 
impl AsRef<RepoEventInfo> for DeployKeyEvent
source§fn as_ref(&self) -> &RepoEventInfo
 
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for DeployKeyEvent
 
impl Clone for DeployKeyEvent
source§fn clone(&self) -> DeployKeyEvent
 
fn clone(&self) -> DeployKeyEvent
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 DeployKeyEvent
 
impl Debug for DeployKeyEvent
source§impl Deref for DeployKeyEvent
 
impl Deref for DeployKeyEvent
source§impl<'de> Deserialize<'de> for DeployKeyEvent
 
impl<'de> Deserialize<'de> for DeployKeyEvent
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 Event<'_> for DeployKeyEvent
 
impl Event<'_> for DeployKeyEvent
source§impl PartialEq<DeployKeyEvent> for DeployKeyEvent
 
impl PartialEq<DeployKeyEvent> for DeployKeyEvent
source§fn eq(&self, other: &DeployKeyEvent) -> bool
 
fn eq(&self, other: &DeployKeyEvent) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for DeployKeyEvent
 
impl Serialize for DeployKeyEvent
impl StructuralPartialEq for DeployKeyEvent
Auto Trait Implementations§
impl RefUnwindSafe for DeployKeyEvent
impl Send for DeployKeyEvent
impl Sync for DeployKeyEvent
impl Unpin for DeployKeyEvent
impl UnwindSafe for DeployKeyEvent
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