pub struct IntegrationRequestPayload;Trait Implementations§
Source§impl HasField<success> for IntegrationRequestPayload
impl HasField<success> for IntegrationRequestPayload
Auto Trait Implementations§
impl Freeze for IntegrationRequestPayload
impl RefUnwindSafe for IntegrationRequestPayload
impl Send for IntegrationRequestPayload
impl Sync for IntegrationRequestPayload
impl Unpin for IntegrationRequestPayload
impl UnwindSafe for IntegrationRequestPayload
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