pub struct CreateSubnetRequest { /* private fields */ }Implementationsยง
Sourceยงimpl CreateSubnetRequest
impl CreateSubnetRequest
pub fn new( vpc_id: impl Into<VpcId>, subnet_name: impl Into<String>, cidr_block: impl Into<String>, zone: impl Into<String>, ) -> Self
pub fn region(self, region: impl Into<Region>) -> Self
pub fn is_default(self, is_default: bool) -> Self
pub fn push_tag(self, tag: Tag) -> Self
Auto Trait Implementationsยง
impl Freeze for CreateSubnetRequest
impl RefUnwindSafe for CreateSubnetRequest
impl Send for CreateSubnetRequest
impl Sync for CreateSubnetRequest
impl Unpin for CreateSubnetRequest
impl UnwindSafe for CreateSubnetRequest
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