pub struct sentry;Trait Implementations§
impl HasInputField<sentry, Option<SentrySettingsInput>> for IntegrationSettingsInput
Auto Trait Implementations§
impl Freeze for sentry
impl RefUnwindSafe for sentry
impl Send for sentry
impl Sync for sentry
impl Unpin for sentry
impl UnwindSafe for sentry
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