Struct aws_sdk_workspaces::model::ModificationState
source · [−]#[non_exhaustive]pub struct ModificationState { /* private fields */ }Expand description
Describes a WorkSpace modification.
Implementations
sourceimpl ModificationState
impl ModificationState
sourcepub fn resource(&self) -> Option<&ModificationResourceEnum>
pub fn resource(&self) -> Option<&ModificationResourceEnum>
The resource.
sourcepub fn state(&self) -> Option<&ModificationStateEnum>
pub fn state(&self) -> Option<&ModificationStateEnum>
The modification state.
sourceimpl ModificationState
impl ModificationState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModificationState.
Trait Implementations
sourceimpl Clone for ModificationState
impl Clone for ModificationState
sourcefn clone(&self) -> ModificationState
fn clone(&self) -> ModificationState
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 ModificationState
impl Debug for ModificationState
sourceimpl PartialEq<ModificationState> for ModificationState
impl PartialEq<ModificationState> for ModificationState
sourcefn eq(&self, other: &ModificationState) -> bool
fn eq(&self, other: &ModificationState) -> bool
impl StructuralPartialEq for ModificationState
Auto Trait Implementations
impl RefUnwindSafe for ModificationState
impl Send for ModificationState
impl Sync for ModificationState
impl Unpin for ModificationState
impl UnwindSafe for ModificationState
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