pub struct RepoLabelsConnection {
pub nodes: Vec<RepoLabelNode>,
}Expand description
Repository labels connection from GraphQL.
Fields§
§nodes: Vec<RepoLabelNode>List of label nodes.
Trait Implementations§
Source§impl Clone for RepoLabelsConnection
impl Clone for RepoLabelsConnection
Source§fn clone(&self) -> RepoLabelsConnection
fn clone(&self) -> RepoLabelsConnection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RepoLabelsConnection
impl Debug for RepoLabelsConnection
Source§impl<'de> Deserialize<'de> for RepoLabelsConnection
impl<'de> Deserialize<'de> for RepoLabelsConnection
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 Freeze for RepoLabelsConnection
impl RefUnwindSafe for RepoLabelsConnection
impl Send for RepoLabelsConnection
impl Sync for RepoLabelsConnection
impl Unpin for RepoLabelsConnection
impl UnsafeUnpin for RepoLabelsConnection
impl UnwindSafe for RepoLabelsConnection
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