Struct aws_sdk_emrserverless::model::Hive
source · [−]#[non_exhaustive]pub struct Hive { /* private fields */ }
Expand description
The configurations for the Hive job driver.
Implementations
Trait Implementations
impl StructuralPartialEq for Hive
Auto Trait Implementations
impl RefUnwindSafe for Hive
impl Send for Hive
impl Sync for Hive
impl Unpin for Hive
impl UnwindSafe for Hive
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