Struct aws_sdk_mq::model::EngineVersion
source · [−]#[non_exhaustive]pub struct EngineVersion { /* private fields */ }
Expand description
Id of the engine version.
Implementations
sourceimpl EngineVersion
impl EngineVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EngineVersion
.
Trait Implementations
sourceimpl Clone for EngineVersion
impl Clone for EngineVersion
sourcefn clone(&self) -> EngineVersion
fn clone(&self) -> EngineVersion
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 EngineVersion
impl Debug for EngineVersion
sourceimpl PartialEq<EngineVersion> for EngineVersion
impl PartialEq<EngineVersion> for EngineVersion
sourcefn eq(&self, other: &EngineVersion) -> bool
fn eq(&self, other: &EngineVersion) -> bool
impl StructuralPartialEq for EngineVersion
Auto Trait Implementations
impl RefUnwindSafe for EngineVersion
impl Send for EngineVersion
impl Sync for EngineVersion
impl Unpin for EngineVersion
impl UnwindSafe for EngineVersion
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