Struct oxide::builder::VpcSubnetUpdate
source · pub struct VpcSubnetUpdate<'a> { /* private fields */ }Expand description
Builder for ClientVpcsExt::vpc_subnet_update
Implementations§
source§impl<'a> VpcSubnetUpdate<'a>
impl<'a> VpcSubnetUpdate<'a>
Trait Implementations§
source§impl<'a> Clone for VpcSubnetUpdate<'a>
impl<'a> Clone for VpcSubnetUpdate<'a>
source§fn clone(&self) -> VpcSubnetUpdate<'a>
fn clone(&self) -> VpcSubnetUpdate<'a>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for VpcSubnetUpdate<'a>
impl<'a> Send for VpcSubnetUpdate<'a>
impl<'a> Sync for VpcSubnetUpdate<'a>
impl<'a> Unpin for VpcSubnetUpdate<'a>
impl<'a> !UnwindSafe for VpcSubnetUpdate<'a>
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