pub struct integrationAsksConnectChannel;Trait Implementations§
Source§impl HasField<integrationAsksConnectChannel> for Mutation
impl HasField<integrationAsksConnectChannel> for Mutation
Source§type Type = AsksChannelConnectPayload
type Type = AsksChannelConnectPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for integrationAsksConnectChannel
impl RefUnwindSafe for integrationAsksConnectChannel
impl Send for integrationAsksConnectChannel
impl Sync for integrationAsksConnectChannel
impl Unpin for integrationAsksConnectChannel
impl UnwindSafe for integrationAsksConnectChannel
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