pub struct latestGoogleDocMetadata;
Trait Implementations§
Source§impl Field for latestGoogleDocMetadata
impl Field for latestGoogleDocMetadata
Source§impl HasArgument<postId> for latestGoogleDocMetadata
impl HasArgument<postId> for latestGoogleDocMetadata
Source§impl HasArgument<version> for latestGoogleDocMetadata
impl HasArgument<version> for latestGoogleDocMetadata
Auto Trait Implementations§
impl Freeze for latestGoogleDocMetadata
impl RefUnwindSafe for latestGoogleDocMetadata
impl Send for latestGoogleDocMetadata
impl Sync for latestGoogleDocMetadata
impl Unpin for latestGoogleDocMetadata
impl UnwindSafe for latestGoogleDocMetadata
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