#[non_exhaustive]pub struct UpdateEnrollmentStatusOutput { /* private fields */ }
Implementations
sourceimpl UpdateEnrollmentStatusOutput
impl UpdateEnrollmentStatusOutput
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the enrollment status of the account. For example, an account might show a status of Pending
because member accounts of an organization require more time to be enrolled in the service.
sourceimpl UpdateEnrollmentStatusOutput
impl UpdateEnrollmentStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnrollmentStatusOutput
.
Trait Implementations
sourceimpl Clone for UpdateEnrollmentStatusOutput
impl Clone for UpdateEnrollmentStatusOutput
sourcefn clone(&self) -> UpdateEnrollmentStatusOutput
fn clone(&self) -> UpdateEnrollmentStatusOutput
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 UpdateEnrollmentStatusOutput
impl Debug for UpdateEnrollmentStatusOutput
sourceimpl PartialEq<UpdateEnrollmentStatusOutput> for UpdateEnrollmentStatusOutput
impl PartialEq<UpdateEnrollmentStatusOutput> for UpdateEnrollmentStatusOutput
sourcefn eq(&self, other: &UpdateEnrollmentStatusOutput) -> bool
fn eq(&self, other: &UpdateEnrollmentStatusOutput) -> bool
impl StructuralPartialEq for UpdateEnrollmentStatusOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEnrollmentStatusOutput
impl Send for UpdateEnrollmentStatusOutput
impl Sync for UpdateEnrollmentStatusOutput
impl Unpin for UpdateEnrollmentStatusOutput
impl UnwindSafe for UpdateEnrollmentStatusOutput
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