pub struct PostArguments {
pub input: Option<SinglePostInput>,
}
Fields§
§input: Option<SinglePostInput>
Trait Implementations§
Source§impl Clone for PostArguments
impl Clone for PostArguments
Source§fn clone(&self) -> PostArguments
fn clone(&self) -> PostArguments
Returns a copy 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 PostArguments
impl Debug for PostArguments
Source§impl QueryVariables for PostArguments
impl QueryVariables for PostArguments
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 = PostArgumentsFields
type Fields = PostArgumentsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for PostArguments
impl RefUnwindSafe for PostArguments
impl Send for PostArguments
impl Sync for PostArguments
impl Unpin for PostArguments
impl UnwindSafe for PostArguments
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