pub struct DigestPost;
Trait Implementations§
Source§impl HasField<__typename> for DigestPost
impl HasField<__typename> for DigestPost
Source§impl HasField<_id> for DigestPost
impl HasField<_id> for DigestPost
Source§impl HasField<createdAt> for DigestPost
impl HasField<createdAt> for DigestPost
Source§impl HasField<digest> for DigestPost
impl HasField<digest> for DigestPost
Source§impl HasField<digestId> for DigestPost
impl HasField<digestId> for DigestPost
Source§impl HasField<emailDigestStatus> for DigestPost
impl HasField<emailDigestStatus> for DigestPost
Source§impl HasField<legacyData> for DigestPost
impl HasField<legacyData> for DigestPost
Source§impl HasField<onsiteDigestStatus> for DigestPost
impl HasField<onsiteDigestStatus> for DigestPost
Source§impl HasField<post> for DigestPost
impl HasField<post> for DigestPost
Source§impl HasField<postId> for DigestPost
impl HasField<postId> for DigestPost
Source§impl HasField<schemaVersion> for DigestPost
impl HasField<schemaVersion> for DigestPost
Auto Trait Implementations§
impl Freeze for DigestPost
impl RefUnwindSafe for DigestPost
impl Send for DigestPost
impl Sync for DigestPost
impl Unpin for DigestPost
impl UnwindSafe for DigestPost
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