Struct aws_types::endpoint_config::EndpointUrl
source · pub struct EndpointUrl(pub String);Expand description
Newtype for endpoint_url
Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for EndpointUrl
impl Clone for EndpointUrl
source§fn clone(&self) -> EndpointUrl
fn clone(&self) -> EndpointUrl
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 EndpointUrl
impl Debug for EndpointUrl
source§impl Storable for EndpointUrl
impl Storable for EndpointUrl
§type Storer = StoreReplace<EndpointUrl>
type Storer = StoreReplace<EndpointUrl>
Specify how an item is stored in the config bag, e.g.
StoreReplace and StoreAppendAuto Trait Implementations§
impl RefUnwindSafe for EndpointUrl
impl Send for EndpointUrl
impl Sync for EndpointUrl
impl Unpin for EndpointUrl
impl UnwindSafe for EndpointUrl
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