pub struct AwsVpcId(/* private fields */);Expand description
AWS VPC (Virtual Private Cloud) ID
Trait Implementations§
Source§impl Ord for AwsVpcId
impl Ord for AwsVpcId
Source§impl PartialOrd for AwsVpcId
impl PartialOrd for AwsVpcId
impl Copy for AwsVpcId
impl Eq for AwsVpcId
impl StructuralPartialEq for AwsVpcId
Auto Trait Implementations§
impl Freeze for AwsVpcId
impl RefUnwindSafe for AwsVpcId
impl Send for AwsVpcId
impl Sync for AwsVpcId
impl Unpin for AwsVpcId
impl UnwindSafe for AwsVpcId
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