Enum fxa_client::FxaServer
source · pub enum FxaServer {
Release,
Stable,
Stage,
China,
LocalDev,
Custom {
url: String,
},
}
Variants§
Trait Implementations§
source§impl Display for FxaServer
impl Display for FxaServer
Display impl
This identifies the variant, without recording the URL for custom servers. It’s good for Sentry reports when we don’t want to give away any PII.
source§impl PartialEq<FxaServer> for FxaServer
impl PartialEq<FxaServer> for FxaServer
impl Eq for FxaServer
impl StructuralEq for FxaServer
impl StructuralPartialEq for FxaServer
Auto Trait Implementations§
impl RefUnwindSafe for FxaServer
impl Send for FxaServer
impl Sync for FxaServer
impl Unpin for FxaServer
impl UnwindSafe for FxaServer
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