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