pub enum SentrySource {
Backend,
Mcp,
}Variants§
Trait Implementations§
Source§impl Clone for SentrySource
impl Clone for SentrySource
Source§fn clone(&self) -> SentrySource
fn clone(&self) -> SentrySource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SentrySource
impl Debug for SentrySource
impl Copy for SentrySource
Auto Trait Implementations§
impl Freeze for SentrySource
impl RefUnwindSafe for SentrySource
impl Send for SentrySource
impl Sync for SentrySource
impl Unpin for SentrySource
impl UnwindSafe for SentrySource
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