pub struct PullRequestHeadRepoLicense {
pub key: String,
pub name: String,
pub url: Option<String>,
pub spdx_id: Option<String>,
pub node_id: String,
}
Fields§
§key: String
§name: String
§url: Option<String>
§spdx_id: Option<String>
§node_id: String
Implementations§
Trait Implementations§
Source§impl Clone for PullRequestHeadRepoLicense
impl Clone for PullRequestHeadRepoLicense
Source§fn clone(&self) -> PullRequestHeadRepoLicense
fn clone(&self) -> PullRequestHeadRepoLicense
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 Debug for PullRequestHeadRepoLicense
impl Debug for PullRequestHeadRepoLicense
Source§impl Default for PullRequestHeadRepoLicense
impl Default for PullRequestHeadRepoLicense
Source§fn default() -> PullRequestHeadRepoLicense
fn default() -> PullRequestHeadRepoLicense
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullRequestHeadRepoLicense
impl<'de> Deserialize<'de> for PullRequestHeadRepoLicense
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
impl StructuralPartialEq for PullRequestHeadRepoLicense
Auto Trait Implementations§
impl Freeze for PullRequestHeadRepoLicense
impl RefUnwindSafe for PullRequestHeadRepoLicense
impl Send for PullRequestHeadRepoLicense
impl Sync for PullRequestHeadRepoLicense
impl Unpin for PullRequestHeadRepoLicense
impl UnwindSafe for PullRequestHeadRepoLicense
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