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