Struct aws_sdk_workspaces::model::OperatingSystem
source · [−]#[non_exhaustive]pub struct OperatingSystem { /* private fields */ }Expand description
The operating system that the image is running.
Implementations
sourceimpl OperatingSystem
impl OperatingSystem
sourcepub fn type(&self) -> Option<&OperatingSystemType>
pub fn type(&self) -> Option<&OperatingSystemType>
The operating system.
sourceimpl OperatingSystem
impl OperatingSystem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OperatingSystem.
Trait Implementations
sourceimpl Clone for OperatingSystem
impl Clone for OperatingSystem
sourcefn clone(&self) -> OperatingSystem
fn clone(&self) -> OperatingSystem
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 OperatingSystem
impl Debug for OperatingSystem
sourceimpl PartialEq<OperatingSystem> for OperatingSystem
impl PartialEq<OperatingSystem> for OperatingSystem
sourcefn eq(&self, other: &OperatingSystem) -> bool
fn eq(&self, other: &OperatingSystem) -> bool
impl StructuralPartialEq for OperatingSystem
Auto Trait Implementations
impl RefUnwindSafe for OperatingSystem
impl Send for OperatingSystem
impl Sync for OperatingSystem
impl Unpin for OperatingSystem
impl UnwindSafe for OperatingSystem
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