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