pub struct SentryProjectConfig {
pub platform: Option<String>,
pub project_name: Option<String>,
}Fields§
§platform: Option<String>§project_name: Option<String>Trait Implementations§
Source§impl CatalogService for SentryProjectConfig
impl CatalogService for SentryProjectConfig
Source§impl Debug for SentryProjectConfig
impl Debug for SentryProjectConfig
Auto Trait Implementations§
impl Freeze for SentryProjectConfig
impl RefUnwindSafe for SentryProjectConfig
impl Send for SentryProjectConfig
impl Sync for SentryProjectConfig
impl Unpin for SentryProjectConfig
impl UnsafeUnpin for SentryProjectConfig
impl UnwindSafe for SentryProjectConfig
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