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