pub struct DeletePortMappingParams {
pub external_port: Option<u16>,
pub protocol: Option<Protocol>,
}Expand description
Parameters for matching DeletePortMapping requests.
Fields§
§external_port: Option<u16>§protocol: Option<Protocol>Trait Implementations§
Source§impl Clone for DeletePortMappingParams
impl Clone for DeletePortMappingParams
Source§fn clone(&self) -> DeletePortMappingParams
fn clone(&self) -> DeletePortMappingParams
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 Debug for DeletePortMappingParams
impl Debug for DeletePortMappingParams
Source§impl Default for DeletePortMappingParams
impl Default for DeletePortMappingParams
Source§fn default() -> DeletePortMappingParams
fn default() -> DeletePortMappingParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeletePortMappingParams
impl RefUnwindSafe for DeletePortMappingParams
impl Send for DeletePortMappingParams
impl Sync for DeletePortMappingParams
impl Unpin for DeletePortMappingParams
impl UnwindSafe for DeletePortMappingParams
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