pub struct googleServiceAccountSession;
Trait Implementations§
Source§impl Field for googleServiceAccountSession
impl Field for googleServiceAccountSession
Source§impl HasArgument<input> for googleServiceAccountSession
impl HasArgument<input> for googleServiceAccountSession
Source§type ArgumentType = Option<SingleGoogleServiceAccountSessionInput>
type ArgumentType = Option<SingleGoogleServiceAccountSessionInput>
The schema marker type of this argument.
Source§impl HasField<googleServiceAccountSession> for Query
impl HasField<googleServiceAccountSession> for Query
Source§type Type = Option<SingleGoogleServiceAccountSessionOutput>
type Type = Option<SingleGoogleServiceAccountSessionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for googleServiceAccountSession
impl RefUnwindSafe for googleServiceAccountSession
impl Send for googleServiceAccountSession
impl Sync for googleServiceAccountSession
impl Unpin for googleServiceAccountSession
impl UnwindSafe for googleServiceAccountSession
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