pub struct Subnet { /* private fields */ }Expand description
The AWS::EC2::Subnet resource type.
Trait Implementations§
Source§impl From<SubnetProperties> for Subnet
impl From<SubnetProperties> for Subnet
Source§fn from(properties: SubnetProperties) -> Subnet
fn from(properties: SubnetProperties) -> Subnet
Converts to this type from the input type.
Source§impl Resource for Subnet
impl Resource for Subnet
Source§type Properties = SubnetProperties
type Properties = SubnetProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &SubnetProperties
fn properties(&self) -> &SubnetProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut SubnetProperties
fn properties_mut(&mut self) -> &mut SubnetProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Subnet
impl RefUnwindSafe for Subnet
impl Send for Subnet
impl Sync for Subnet
impl Unpin for Subnet
impl UnwindSafe for Subnet
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