pub struct AwsElasticBeanstalkEnvironmentId(/* private fields */);Expand description
AWS Elastic Beanstalk Environment ID
Trait Implementations§
Source§impl Clone for AwsElasticBeanstalkEnvironmentId
impl Clone for AwsElasticBeanstalkEnvironmentId
Source§fn clone(&self) -> AwsElasticBeanstalkEnvironmentId
fn clone(&self) -> AwsElasticBeanstalkEnvironmentId
Returns a duplicate 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 From<AwsElasticBeanstalkEnvironmentId> for String
impl From<AwsElasticBeanstalkEnvironmentId> for String
Source§fn from(value: AwsElasticBeanstalkEnvironmentId) -> Self
fn from(value: AwsElasticBeanstalkEnvironmentId) -> Self
Converts to this type from the input type.
Source§impl Ord for AwsElasticBeanstalkEnvironmentId
impl Ord for AwsElasticBeanstalkEnvironmentId
Source§fn cmp(&self, other: &AwsElasticBeanstalkEnvironmentId) -> Ordering
fn cmp(&self, other: &AwsElasticBeanstalkEnvironmentId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AwsElasticBeanstalkEnvironmentId
impl PartialEq for AwsElasticBeanstalkEnvironmentId
Source§fn eq(&self, other: &AwsElasticBeanstalkEnvironmentId) -> bool
fn eq(&self, other: &AwsElasticBeanstalkEnvironmentId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AwsElasticBeanstalkEnvironmentId
impl PartialOrd for AwsElasticBeanstalkEnvironmentId
Source§impl TryFrom<&String> for AwsElasticBeanstalkEnvironmentId
impl TryFrom<&String> for AwsElasticBeanstalkEnvironmentId
Source§impl TryFrom<&str> for AwsElasticBeanstalkEnvironmentId
impl TryFrom<&str> for AwsElasticBeanstalkEnvironmentId
impl Copy for AwsElasticBeanstalkEnvironmentId
impl Eq for AwsElasticBeanstalkEnvironmentId
impl StructuralPartialEq for AwsElasticBeanstalkEnvironmentId
Auto Trait Implementations§
impl Freeze for AwsElasticBeanstalkEnvironmentId
impl RefUnwindSafe for AwsElasticBeanstalkEnvironmentId
impl Send for AwsElasticBeanstalkEnvironmentId
impl Sync for AwsElasticBeanstalkEnvironmentId
impl Unpin for AwsElasticBeanstalkEnvironmentId
impl UnwindSafe for AwsElasticBeanstalkEnvironmentId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more