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