pub struct RearPortMapping {
pub position: i32,
pub front_port: i32,
pub front_port_position: Option<i32>,
}Fields§
§position: i32§front_port: i32§front_port_position: Option<i32>Implementations§
Source§impl RearPortMapping
impl RearPortMapping
pub fn new(position: i32, front_port: i32) -> RearPortMapping
Trait Implementations§
Source§impl Clone for RearPortMapping
impl Clone for RearPortMapping
Source§fn clone(&self) -> RearPortMapping
fn clone(&self) -> RearPortMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RearPortMapping
impl Debug for RearPortMapping
Source§impl Default for RearPortMapping
impl Default for RearPortMapping
Source§fn default() -> RearPortMapping
fn default() -> RearPortMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RearPortMapping
impl<'de> Deserialize<'de> for RearPortMapping
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RearPortMapping
impl PartialEq for RearPortMapping
Source§fn eq(&self, other: &RearPortMapping) -> bool
fn eq(&self, other: &RearPortMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RearPortMapping
impl Serialize for RearPortMapping
impl StructuralPartialEq for RearPortMapping
Auto Trait Implementations§
impl Freeze for RearPortMapping
impl RefUnwindSafe for RearPortMapping
impl Send for RearPortMapping
impl Sync for RearPortMapping
impl Unpin for RearPortMapping
impl UnsafeUnpin for RearPortMapping
impl UnwindSafe for RearPortMapping
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