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