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