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