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