Struct aws_sdk_mq::types::EngineVersion
source · #[non_exhaustive]pub struct EngineVersion { /* private fields */ }Expand description
Id of the engine version.
Implementations§
source§impl EngineVersion
impl EngineVersion
sourcepub fn builder() -> EngineVersionBuilder
pub fn builder() -> EngineVersionBuilder
Creates a new builder-style object to manufacture EngineVersion.
Trait Implementations§
source§impl Clone for EngineVersion
impl Clone for EngineVersion
source§fn clone(&self) -> EngineVersion
fn clone(&self) -> EngineVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EngineVersion
impl Debug for EngineVersion
source§impl PartialEq<EngineVersion> for EngineVersion
impl PartialEq<EngineVersion> for EngineVersion
source§fn eq(&self, other: &EngineVersion) -> bool
fn eq(&self, other: &EngineVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.