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