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