pub struct PortMappingBuilder { /* private fields */ }
Expand description
Builder for PortMapping
.
Implementations§
Source§impl PortMappingBuilder
impl PortMappingBuilder
Trait Implementations§
Source§impl Clone for PortMappingBuilder
impl Clone for PortMappingBuilder
Source§fn clone(&self) -> PortMappingBuilder
fn clone(&self) -> PortMappingBuilder
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 Freeze for PortMappingBuilder
impl RefUnwindSafe for PortMappingBuilder
impl Send for PortMappingBuilder
impl Sync for PortMappingBuilder
impl Unpin for PortMappingBuilder
impl UnwindSafe for PortMappingBuilder
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