Struct github_rest::model::repositories::DeployKey
source · pub struct DeployKey {
pub id: usize,
pub key: String,
pub url: String,
pub title: String,
pub verified: bool,
pub created_at: String,
pub read_only: bool,
}
Expand description
Fields§
§id: usize
§key: String
§url: String
§title: String
§verified: bool
§created_at: String
§read_only: bool
Trait Implementations§
source§impl<'de> Deserialize<'de> for DeployKey
impl<'de> Deserialize<'de> for DeployKey
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<DeployKey> for DeployKey
impl PartialEq<DeployKey> for DeployKey
impl StructuralPartialEq for DeployKey
Auto Trait Implementations§
impl RefUnwindSafe for DeployKey
impl Send for DeployKey
impl Sync for DeployKey
impl Unpin for DeployKey
impl UnwindSafe for DeployKey
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