pub struct SentrySettingsInput;Trait Implementations§
impl HasInputField<organizationId, Id> for SentrySettingsInput
impl HasInputField<organizationSlug, String> for SentrySettingsInput
impl HasInputField<resolvingCompletesIssues, bool> for SentrySettingsInput
impl HasInputField<unresolvingReopensIssues, bool> for SentrySettingsInput
impl InputObjectMarker for SentrySettingsInput
Auto Trait Implementations§
impl Freeze for SentrySettingsInput
impl RefUnwindSafe for SentrySettingsInput
impl Send for SentrySettingsInput
impl Sync for SentrySettingsInput
impl Unpin for SentrySettingsInput
impl UnwindSafe for SentrySettingsInput
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