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