pub struct DeletePortMappingRequest {
pub remote_host: String,
pub external_port: u16,
pub protocol: String,
}Expand description
Parsed DeletePortMapping request.
Fields§
§remote_host: String§external_port: u16§protocol: StringTrait Implementations§
Source§impl Clone for DeletePortMappingRequest
impl Clone for DeletePortMappingRequest
Source§fn clone(&self) -> DeletePortMappingRequest
fn clone(&self) -> DeletePortMappingRequest
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 moreAuto Trait Implementations§
impl Freeze for DeletePortMappingRequest
impl RefUnwindSafe for DeletePortMappingRequest
impl Send for DeletePortMappingRequest
impl Sync for DeletePortMappingRequest
impl Unpin for DeletePortMappingRequest
impl UnwindSafe for DeletePortMappingRequest
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