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