pub struct SingleDigestPostInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleDigestPostInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleDigestPostInput
impl HasInputField<selector, Option<SelectorInput>> for SingleDigestPostInput
impl InputObjectMarker for SingleDigestPostInput
Auto Trait Implementations§
impl Freeze for SingleDigestPostInput
impl RefUnwindSafe for SingleDigestPostInput
impl Send for SingleDigestPostInput
impl Sync for SingleDigestPostInput
impl Unpin for SingleDigestPostInput
impl UnwindSafe for SingleDigestPostInput
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