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