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