pub struct GetGenericPortMappingEntryBuilder { /* private fields */ }Expand description
Builder for GetGenericPortMappingEntry matching parameters.
Implementations§
Trait Implementations§
Source§impl Clone for GetGenericPortMappingEntryBuilder
impl Clone for GetGenericPortMappingEntryBuilder
Source§fn clone(&self) -> GetGenericPortMappingEntryBuilder
fn clone(&self) -> GetGenericPortMappingEntryBuilder
Returns a duplicate 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 moreSource§impl Default for GetGenericPortMappingEntryBuilder
impl Default for GetGenericPortMappingEntryBuilder
Source§fn default() -> GetGenericPortMappingEntryBuilder
fn default() -> GetGenericPortMappingEntryBuilder
Returns the “default value” for a type. Read more
Source§impl From<GetGenericPortMappingEntryBuilder> for Action
impl From<GetGenericPortMappingEntryBuilder> for Action
Source§fn from(builder: GetGenericPortMappingEntryBuilder) -> Self
fn from(builder: GetGenericPortMappingEntryBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetGenericPortMappingEntryBuilder
impl RefUnwindSafe for GetGenericPortMappingEntryBuilder
impl Send for GetGenericPortMappingEntryBuilder
impl Sync for GetGenericPortMappingEntryBuilder
impl Unpin for GetGenericPortMappingEntryBuilder
impl UnwindSafe for GetGenericPortMappingEntryBuilder
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