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