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