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