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