Enum sentry_types::Scheme
source · pub enum Scheme {
Http,
Https,
}
Expand description
Represents the scheme of an url http/https.
This holds schemes that are supported by sentry and relays.
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Scheme
impl Ord for Scheme
source§impl PartialEq for Scheme
impl PartialEq for Scheme
source§impl PartialOrd for Scheme
impl PartialOrd for Scheme
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Scheme
impl Eq for Scheme
impl StructuralPartialEq for Scheme
Auto Trait Implementations§
impl Freeze for Scheme
impl RefUnwindSafe for Scheme
impl Send for Scheme
impl Sync for Scheme
impl Unpin for Scheme
impl UnwindSafe for Scheme
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