pub struct TargetPortal(/* private fields */);
Expand description
See the mod.io docs for more information.
Implementations§
Source§impl TargetPortal
impl TargetPortal
pub const STEAM: Self
pub const GOG: Self
pub const EGS: Self
pub const ITCHIO: Self
pub const NINTENDO: Self
pub const PSN: Self
pub const XBOX_LIVE: Self
pub const APPLE: Self
pub const GOOGLE: Self
pub const FACEBOOK: Self
pub const DISCORD: Self
pub fn as_str(&self) -> &str
Trait Implementations§
Source§impl Clone for TargetPortal
impl Clone for TargetPortal
Source§fn clone(&self) -> TargetPortal
fn clone(&self) -> TargetPortal
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 TargetPortal
impl Debug for TargetPortal
Source§impl Hash for TargetPortal
impl Hash for TargetPortal
Source§impl PartialEq<&str> for TargetPortal
impl PartialEq<&str> for TargetPortal
Source§impl PartialEq<TargetPortal> for &str
impl PartialEq<TargetPortal> for &str
Source§impl PartialEq<TargetPortal> for str
impl PartialEq<TargetPortal> for str
Source§impl PartialEq<str> for TargetPortal
impl PartialEq<str> for TargetPortal
Source§impl PartialEq for TargetPortal
impl PartialEq for TargetPortal
impl Copy for TargetPortal
impl Eq for TargetPortal
impl StructuralPartialEq for TargetPortal
Auto Trait Implementations§
impl Freeze for TargetPortal
impl RefUnwindSafe for TargetPortal
impl Send for TargetPortal
impl Sync for TargetPortal
impl Unpin for TargetPortal
impl UnwindSafe for TargetPortal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn compression(self) -> Compression<Self>where
Self: Sized,
fn compression(self) -> Compression<Self>where
Self: Sized,
Compresses response bodies. Read more
§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Decompress response bodies. Read more
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more