pub struct IssueLabelsArguments {
pub first: Option<i32>,
pub after: Option<String>,
pub filter: Option<IssueLabelFilter>,
}Fields§
§first: Option<i32>§after: Option<String>§filter: Option<IssueLabelFilter>Trait Implementations§
Source§impl Clone for IssueLabelsArguments
impl Clone for IssueLabelsArguments
Source§fn clone(&self) -> IssueLabelsArguments
fn clone(&self) -> IssueLabelsArguments
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 IssueLabelsArguments
impl Debug for IssueLabelsArguments
Source§impl QueryVariables for IssueLabelsArguments
impl QueryVariables for IssueLabelsArguments
Source§const VARIABLES: &'static [(&'static str, VariableType)]
const VARIABLES: &'static [(&'static str, VariableType)]
An associated constant that contains the variable names & their types. Read more
Source§type Fields = IssueLabelsArgumentsFields
type Fields = IssueLabelsArgumentsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for IssueLabelsArguments
impl RefUnwindSafe for IssueLabelsArguments
impl Send for IssueLabelsArguments
impl Sync for IssueLabelsArguments
impl Unpin for IssueLabelsArguments
impl UnsafeUnpin for IssueLabelsArguments
impl UnwindSafe for IssueLabelsArguments
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