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