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