pub struct GoogleVertexPosts;
Trait Implementations§
Source§impl Field for GoogleVertexPosts
impl Field for GoogleVertexPosts
Source§impl HasArgument<limit> for GoogleVertexPosts
impl HasArgument<limit> for GoogleVertexPosts
Source§impl HasArgument<settings> for GoogleVertexPosts
impl HasArgument<settings> for GoogleVertexPosts
Source§impl HasField<GoogleVertexPosts> for Query
impl HasField<GoogleVertexPosts> for Query
Source§type Type = Option<GoogleVertexPostsResult>
type Type = Option<GoogleVertexPostsResult>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for GoogleVertexPosts
impl RefUnwindSafe for GoogleVertexPosts
impl Send for GoogleVertexPosts
impl Sync for GoogleVertexPosts
impl Unpin for GoogleVertexPosts
impl UnwindSafe for GoogleVertexPosts
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