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