pub struct StaticUriEndpointResolverParams;
Expand description
Empty params to be used with StaticUriEndpointResolver
.
Implementations§
Trait Implementations§
source§impl Default for StaticUriEndpointResolverParams
impl Default for StaticUriEndpointResolverParams
source§fn default() -> StaticUriEndpointResolverParams
fn default() -> StaticUriEndpointResolverParams
Returns the “default value” for a type. Read more
source§impl From<StaticUriEndpointResolverParams> for EndpointResolverParams
impl From<StaticUriEndpointResolverParams> for EndpointResolverParams
source§fn from(params: StaticUriEndpointResolverParams) -> Self
fn from(params: StaticUriEndpointResolverParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StaticUriEndpointResolverParams
impl RefUnwindSafe for StaticUriEndpointResolverParams
impl Send for StaticUriEndpointResolverParams
impl Sync for StaticUriEndpointResolverParams
impl Unpin for StaticUriEndpointResolverParams
impl UnwindSafe for StaticUriEndpointResolverParams
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.