pub struct FeedItem;Trait Implementations§
Source§impl HasField<__typename> for FeedItem
impl HasField<__typename> for FeedItem
Source§impl HasField<archivedAt> for FeedItem
impl HasField<archivedAt> for FeedItem
Source§impl HasField<initiativeUpdate> for FeedItem
impl HasField<initiativeUpdate> for FeedItem
Source§type Type = Option<InitiativeUpdate>
type Type = Option<InitiativeUpdate>
The schema marker type of this field.
Source§impl HasField<organization> for FeedItem
impl HasField<organization> for FeedItem
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<projectUpdate> for FeedItem
impl HasField<projectUpdate> for FeedItem
Source§type Type = Option<ProjectUpdate>
type Type = Option<ProjectUpdate>
The schema marker type of this field.
impl HasSubtype<FeedItem> for Node
Auto Trait Implementations§
impl Freeze for FeedItem
impl RefUnwindSafe for FeedItem
impl Send for FeedItem
impl Sync for FeedItem
impl Unpin for FeedItem
impl UnwindSafe for FeedItem
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