Struct aws_smithy_http::endpoint::EndpointPrefix
source · pub struct EndpointPrefix(/* private fields */);
Expand description
A special type that adds support for services that have special URL-prefixing rules.
Implementations§
source§impl EndpointPrefix
impl EndpointPrefix
sourcepub fn new(prefix: impl Into<String>) -> StdResult<Self, InvalidEndpointError>
pub fn new(prefix: impl Into<String>) -> StdResult<Self, InvalidEndpointError>
Create a new endpoint prefix from an impl Into<String>
. If the prefix argument is invalid,
a InvalidEndpointError
will be returned.
Trait Implementations§
source§impl Clone for EndpointPrefix
impl Clone for EndpointPrefix
source§fn clone(&self) -> EndpointPrefix
fn clone(&self) -> EndpointPrefix
Returns a copy 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 EndpointPrefix
impl Debug for EndpointPrefix
source§impl PartialEq for EndpointPrefix
impl PartialEq for EndpointPrefix
source§fn eq(&self, other: &EndpointPrefix) -> bool
fn eq(&self, other: &EndpointPrefix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Storable for EndpointPrefix
impl Storable for EndpointPrefix
§type Storer = StoreReplace<EndpointPrefix>
type Storer = StoreReplace<EndpointPrefix>
Specify how an item is stored in the config bag, e.g.
StoreReplace
and StoreAppend
impl Eq for EndpointPrefix
impl StructuralPartialEq for EndpointPrefix
Auto Trait Implementations§
impl RefUnwindSafe for EndpointPrefix
impl Send for EndpointPrefix
impl Sync for EndpointPrefix
impl Unpin for EndpointPrefix
impl UnwindSafe for EndpointPrefix
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.