Struct aws_sdk_config::model::StaticValue
source · #[non_exhaustive]pub struct StaticValue { /* private fields */ }Expand description
The static value of the resource.
Implementations§
source§impl StaticValue
impl StaticValue
source§impl StaticValue
impl StaticValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StaticValue.
Trait Implementations§
source§impl Clone for StaticValue
impl Clone for StaticValue
source§fn clone(&self) -> StaticValue
fn clone(&self) -> StaticValue
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 more