Struct aws_smithy_runtime_api::client::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>) -> Result<Self, InvalidEndpointError>
pub fn new(prefix: impl Into<String>) -> Result<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§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 Freeze for EndpointPrefix
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.