pub struct PostArgumentsFields;
Implementations§
Source§impl PostArgumentsFields
impl PostArgumentsFields
pub fn input() -> VariableDefinition<Self, Option<SinglePostInput>>
Trait Implementations§
impl QueryVariablesFields for PostArgumentsFields
impl VariableMatch<PostArgumentsFields> for PostArgumentsFields
Auto Trait Implementations§
impl Freeze for PostArgumentsFields
impl RefUnwindSafe for PostArgumentsFields
impl Send for PostArgumentsFields
impl Sync for PostArgumentsFields
impl Unpin for PostArgumentsFields
impl UnwindSafe for PostArgumentsFields
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