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