pub struct MultiGoogleServiceAccountSessionInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiGoogleServiceAccountSessionInput
impl HasInputField<enableTotal, Option<bool>> for MultiGoogleServiceAccountSessionInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiGoogleServiceAccountSessionInput
impl HasInputField<terms, Option<JSON>> for MultiGoogleServiceAccountSessionInput
impl InputObjectMarker for MultiGoogleServiceAccountSessionInput
Auto Trait Implementations§
impl Freeze for MultiGoogleServiceAccountSessionInput
impl RefUnwindSafe for MultiGoogleServiceAccountSessionInput
impl Send for MultiGoogleServiceAccountSessionInput
impl Sync for MultiGoogleServiceAccountSessionInput
impl Unpin for MultiGoogleServiceAccountSessionInput
impl UnwindSafe for MultiGoogleServiceAccountSessionInput
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