pub struct SinglePostInput {
pub selector: Option<SelectorInput>,
pub allowNull: Option<bool>,
}
Fields§
§selector: Option<SelectorInput>
§allowNull: Option<bool>
Trait Implementations§
Source§impl Clone for SinglePostInput
impl Clone for SinglePostInput
Source§fn clone(&self) -> SinglePostInput
fn clone(&self) -> SinglePostInput
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 SinglePostInput
impl Debug for SinglePostInput
Source§impl InputObject for SinglePostInput
impl InputObject for SinglePostInput
Source§type SchemaType = SinglePostInput
type SchemaType = SinglePostInput
The input object in the schema that this type represents.
Source§impl Serialize for SinglePostInput
impl Serialize for SinglePostInput
Source§impl Variable for SinglePostInput
impl Variable for SinglePostInput
const TYPE: VariableType
impl CoercesTo<Option<Option<SinglePostInput>>> for SinglePostInput
impl CoercesTo<Option<SinglePostInput>> for SinglePostInput
impl CoercesTo<Option<Vec<Option<SinglePostInput>>>> for SinglePostInput
impl CoercesTo<Option<Vec<SinglePostInput>>> for SinglePostInput
impl CoercesTo<SinglePostInput> for SinglePostInput
impl CoercesTo<Vec<SinglePostInput>> for SinglePostInput
impl CoercesTo<Vec<Vec<SinglePostInput>>> for SinglePostInput
Auto Trait Implementations§
impl Freeze for SinglePostInput
impl RefUnwindSafe for SinglePostInput
impl Send for SinglePostInput
impl Sync for SinglePostInput
impl Unpin for SinglePostInput
impl UnwindSafe for SinglePostInput
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