pub struct GetGenericPortMappingEntryRequest {
pub index: u32,
}Expand description
Parsed GetGenericPortMappingEntry request.
Fields§
§index: u32Trait Implementations§
Source§impl Clone for GetGenericPortMappingEntryRequest
impl Clone for GetGenericPortMappingEntryRequest
Source§fn clone(&self) -> GetGenericPortMappingEntryRequest
fn clone(&self) -> GetGenericPortMappingEntryRequest
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 GetGenericPortMappingEntryRequest
impl RefUnwindSafe for GetGenericPortMappingEntryRequest
impl Send for GetGenericPortMappingEntryRequest
impl Sync for GetGenericPortMappingEntryRequest
impl Unpin for GetGenericPortMappingEntryRequest
impl UnwindSafe for GetGenericPortMappingEntryRequest
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