pub struct digests;
Trait Implementations§
Source§impl HasArgument<input> for digests
impl HasArgument<input> for digests
Source§type ArgumentType = Option<MultiDigestInput>
type ArgumentType = Option<MultiDigestInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for digests
impl RefUnwindSafe for digests
impl Send for digests
impl Sync for digests
impl Unpin for digests
impl UnwindSafe for digests
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