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