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