pub struct DeployKeyDeletedEventKey<'a> {
pub id: usize,
pub key: &'a str,
pub url: &'a str,
pub title: &'a str,
pub verified: bool,
pub created_at: &'a str,
pub read_only: bool,
}
Fields§
§id: usize
§key: &'a str
§url: &'a str
§title: &'a str
§verified: bool
§created_at: &'a str
§read_only: bool
Trait Implementations§
source§impl<'a> Debug for DeployKeyDeletedEventKey<'a>
impl<'a> Debug for DeployKeyDeletedEventKey<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for DeployKeyDeletedEventKey<'a>
impl<'de: 'a, 'a> Deserialize<'de> for DeployKeyDeletedEventKey<'a>
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
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DeployKeyDeletedEventKey<'a>
impl<'a> Send for DeployKeyDeletedEventKey<'a>
impl<'a> Sync for DeployKeyDeletedEventKey<'a>
impl<'a> Unpin for DeployKeyDeletedEventKey<'a>
impl<'a> UnwindSafe for DeployKeyDeletedEventKey<'a>
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