pub struct SingleDigestOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleDigestOutput
impl HasField<__typename> for SingleDigestOutput
Source§impl HasField<result> for SingleDigestOutput
impl HasField<result> for SingleDigestOutput
Auto Trait Implementations§
impl Freeze for SingleDigestOutput
impl RefUnwindSafe for SingleDigestOutput
impl Send for SingleDigestOutput
impl Sync for SingleDigestOutput
impl Unpin for SingleDigestOutput
impl UnwindSafe for SingleDigestOutput
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