pub struct digestPost;
Trait Implementations§
Source§impl Field for digestPost
impl Field for digestPost
Source§impl HasArgument<input> for digestPost
impl HasArgument<input> for digestPost
Source§type ArgumentType = Option<SingleDigestPostInput>
type ArgumentType = Option<SingleDigestPostInput>
The schema marker type of this argument.
Source§impl HasField<digestPost> for Query
impl HasField<digestPost> for Query
Source§type Type = Option<SingleDigestPostOutput>
type Type = Option<SingleDigestPostOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for digestPost
impl RefUnwindSafe for digestPost
impl Send for digestPost
impl Sync for digestPost
impl Unpin for digestPost
impl UnwindSafe for digestPost
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