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