pub struct CreateCommentsDiscussionVariables {
pub repo_id: Id,
pub cat_id: Id,
pub desc: String,
pub title: String,
}Fields§
§repo_id: Id§cat_id: Id§desc: String§title: StringTrait Implementations§
Source§impl QueryVariables for CreateCommentsDiscussionVariables
impl QueryVariables for CreateCommentsDiscussionVariables
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 = CreateCommentsDiscussionVariablesFields
type Fields = CreateCommentsDiscussionVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for CreateCommentsDiscussionVariables
impl RefUnwindSafe for CreateCommentsDiscussionVariables
impl Send for CreateCommentsDiscussionVariables
impl Sync for CreateCommentsDiscussionVariables
impl Unpin for CreateCommentsDiscussionVariables
impl UnwindSafe for CreateCommentsDiscussionVariables
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