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