Struct aws_sdk_emr::model::OsRelease
source · [−]#[non_exhaustive]pub struct OsRelease { /* private fields */ }Expand description
The Amazon Linux release specified for a cluster in the RunJobFlow request.
Implementations
Trait Implementations
impl StructuralPartialEq for OsRelease
Auto Trait Implementations
impl RefUnwindSafe for OsRelease
impl Send for OsRelease
impl Sync for OsRelease
impl Unpin for OsRelease
impl UnwindSafe for OsRelease
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