pub struct clientId;
Trait Implementations§
Source§impl HasArgument<input> for clientId
impl HasArgument<input> for clientId
Source§type ArgumentType = Option<SingleClientIdInput>
type ArgumentType = Option<SingleClientIdInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for clientId
impl RefUnwindSafe for clientId
impl Send for clientId
impl Sync for clientId
impl Unpin for clientId
impl UnwindSafe for clientId
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