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