pub struct SingleGoogleServiceAccountSessionInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleGoogleServiceAccountSessionInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleGoogleServiceAccountSessionInput
impl HasInputField<selector, Option<SelectorInput>> for SingleGoogleServiceAccountSessionInput
impl InputObjectMarker for SingleGoogleServiceAccountSessionInput
Auto Trait Implementations§
impl Freeze for SingleGoogleServiceAccountSessionInput
impl RefUnwindSafe for SingleGoogleServiceAccountSessionInput
impl Send for SingleGoogleServiceAccountSessionInput
impl Sync for SingleGoogleServiceAccountSessionInput
impl Unpin for SingleGoogleServiceAccountSessionInput
impl UnwindSafe for SingleGoogleServiceAccountSessionInput
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