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