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