pub struct AwsRdsInstanceId(/* private fields */);Expand description
AWS RDS Instance ID
Trait Implementations§
Source§impl Clone for AwsRdsInstanceId
impl Clone for AwsRdsInstanceId
Source§fn clone(&self) -> AwsRdsInstanceId
fn clone(&self) -> AwsRdsInstanceId
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 Debug for AwsRdsInstanceId
impl Debug for AwsRdsInstanceId
Source§impl Display for AwsRdsInstanceId
impl Display for AwsRdsInstanceId
Source§impl From<AwsRdsInstanceId> for String
impl From<AwsRdsInstanceId> for String
Source§fn from(value: AwsRdsInstanceId) -> Self
fn from(value: AwsRdsInstanceId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AwsRdsInstanceId
impl FromStr for AwsRdsInstanceId
Source§impl Hash for AwsRdsInstanceId
impl Hash for AwsRdsInstanceId
Source§impl Ord for AwsRdsInstanceId
impl Ord for AwsRdsInstanceId
Source§fn cmp(&self, other: &AwsRdsInstanceId) -> Ordering
fn cmp(&self, other: &AwsRdsInstanceId) -> 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 AwsRdsInstanceId
impl PartialEq for AwsRdsInstanceId
Source§impl PartialOrd for AwsRdsInstanceId
impl PartialOrd for AwsRdsInstanceId
Source§impl TryFrom<&String> for AwsRdsInstanceId
impl TryFrom<&String> for AwsRdsInstanceId
Source§impl TryFrom<&str> for AwsRdsInstanceId
impl TryFrom<&str> for AwsRdsInstanceId
Source§impl TryFrom<String> for AwsRdsInstanceId
impl TryFrom<String> for AwsRdsInstanceId
impl Copy for AwsRdsInstanceId
impl Eq for AwsRdsInstanceId
impl StructuralPartialEq for AwsRdsInstanceId
Auto Trait Implementations§
impl Freeze for AwsRdsInstanceId
impl RefUnwindSafe for AwsRdsInstanceId
impl Send for AwsRdsInstanceId
impl Sync for AwsRdsInstanceId
impl Unpin for AwsRdsInstanceId
impl UnwindSafe for AwsRdsInstanceId
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