pub struct SingleDigestPostOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleDigestPostOutput
impl HasField<__typename> for SingleDigestPostOutput
Source§impl HasField<result> for SingleDigestPostOutput
impl HasField<result> for SingleDigestPostOutput
Source§type Type = Option<DigestPost>
type Type = Option<DigestPost>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleDigestPostOutput
impl RefUnwindSafe for SingleDigestPostOutput
impl Send for SingleDigestPostOutput
impl Sync for SingleDigestPostOutput
impl Unpin for SingleDigestPostOutput
impl UnwindSafe for SingleDigestPostOutput
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