pub struct IssueCreateArguments {
pub input: IssueCreateInput,
}Fields§
§input: IssueCreateInputTrait Implementations§
Source§impl Clone for IssueCreateArguments
impl Clone for IssueCreateArguments
Source§fn clone(&self) -> IssueCreateArguments
fn clone(&self) -> IssueCreateArguments
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 IssueCreateArguments
impl Debug for IssueCreateArguments
Source§impl QueryVariables for IssueCreateArguments
impl QueryVariables for IssueCreateArguments
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 = IssueCreateArgumentsFields
type Fields = IssueCreateArgumentsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for IssueCreateArguments
impl RefUnwindSafe for IssueCreateArguments
impl Send for IssueCreateArguments
impl Sync for IssueCreateArguments
impl Unpin for IssueCreateArguments
impl UnwindSafe for IssueCreateArguments
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