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