pub struct FeedPost;
Trait Implementations§
Source§impl HasField<__typename> for FeedPost
impl HasField<__typename> for FeedPost
Source§impl HasField<postMetaInfo> for FeedPost
impl HasField<postMetaInfo> for FeedPost
Auto Trait Implementations§
impl Freeze for FeedPost
impl RefUnwindSafe for FeedPost
impl Send for FeedPost
impl Sync for FeedPost
impl Unpin for FeedPost
impl UnwindSafe for FeedPost
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