pub struct survey;
Trait Implementations§
Source§impl HasArgument<input> for survey
impl HasArgument<input> for survey
Source§type ArgumentType = Option<SingleSurveyInput>
type ArgumentType = Option<SingleSurveyInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for survey
impl RefUnwindSafe for survey
impl Send for survey
impl Sync for survey
impl Unpin for survey
impl UnwindSafe for survey
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