Struct aws_sdk_swf::error::DomainDeprecatedFault
source · [−]#[non_exhaustive]pub struct DomainDeprecatedFault { /* private fields */ }
Expand description
Returned when the specified domain has been deprecated.
Implementations
sourceimpl DomainDeprecatedFault
impl DomainDeprecatedFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainDeprecatedFault
.
Trait Implementations
sourceimpl Clone for DomainDeprecatedFault
impl Clone for DomainDeprecatedFault
sourcefn clone(&self) -> DomainDeprecatedFault
fn clone(&self) -> DomainDeprecatedFault
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 DomainDeprecatedFault
impl Debug for DomainDeprecatedFault
sourceimpl Display for DomainDeprecatedFault
impl Display for DomainDeprecatedFault
sourceimpl Error for DomainDeprecatedFault
impl Error for DomainDeprecatedFault
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<DomainDeprecatedFault> for DomainDeprecatedFault
impl PartialEq<DomainDeprecatedFault> for DomainDeprecatedFault
sourcefn eq(&self, other: &DomainDeprecatedFault) -> bool
fn eq(&self, other: &DomainDeprecatedFault) -> bool
impl StructuralPartialEq for DomainDeprecatedFault
Auto Trait Implementations
impl RefUnwindSafe for DomainDeprecatedFault
impl Send for DomainDeprecatedFault
impl Sync for DomainDeprecatedFault
impl Unpin for DomainDeprecatedFault
impl UnwindSafe for DomainDeprecatedFault
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