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