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