Struct aws_sdk_connect::model::UrlReference
source · [−]#[non_exhaustive]pub struct UrlReference { /* private fields */ }
Expand description
The URL reference.
Implementations
sourceimpl UrlReference
impl UrlReference
sourceimpl UrlReference
impl UrlReference
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UrlReference
.
Trait Implementations
sourceimpl Clone for UrlReference
impl Clone for UrlReference
sourcefn clone(&self) -> UrlReference
fn clone(&self) -> UrlReference
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UrlReference
impl Debug for UrlReference
sourceimpl PartialEq<UrlReference> for UrlReference
impl PartialEq<UrlReference> for UrlReference
sourcefn eq(&self, other: &UrlReference) -> bool
fn eq(&self, other: &UrlReference) -> bool
impl StructuralPartialEq for UrlReference
Auto Trait Implementations
impl RefUnwindSafe for UrlReference
impl Send for UrlReference
impl Sync for UrlReference
impl Unpin for UrlReference
impl UnwindSafe for UrlReference
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more