pub struct SingleClientIdOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleClientIdOutput
impl HasField<__typename> for SingleClientIdOutput
Source§impl HasField<result> for SingleClientIdOutput
impl HasField<result> for SingleClientIdOutput
Auto Trait Implementations§
impl Freeze for SingleClientIdOutput
impl RefUnwindSafe for SingleClientIdOutput
impl Send for SingleClientIdOutput
impl Sync for SingleClientIdOutput
impl Unpin for SingleClientIdOutput
impl UnwindSafe for SingleClientIdOutput
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