pub struct PortForward<P>{ /* private fields */ }Expand description
PortForward
Implementations§
Trait Implementations§
Source§impl<P> Clone for PortForward<P>
impl<P> Clone for PortForward<P>
Source§fn clone(&self) -> PortForward<P>
fn clone(&self) -> PortForward<P>
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<P> Debug for PortForward<P>
impl<P> Debug for PortForward<P>
Source§impl<'de, P> Deserialize<'de> for PortForward<P>
impl<'de, P> Deserialize<'de> for PortForward<P>
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<P> Hash for PortForward<P>
impl<P> Hash for PortForward<P>
Source§impl<P> PartialEq for PortForward<P>
impl<P> PartialEq for PortForward<P>
Source§impl<P> Publishable for PortForward<P>
impl<P> Publishable for PortForward<P>
Source§impl<P> Serialize for PortForward<P>
impl<P> Serialize for PortForward<P>
impl<P> Eq for PortForward<P>
impl<P> StructuralPartialEq for PortForward<P>
Auto Trait Implementations§
impl<P> Freeze for PortForward<P>where
P: Freeze,
impl<P> RefUnwindSafe for PortForward<P>where
P: RefUnwindSafe,
impl<P> Send for PortForward<P>
impl<P> Sync for PortForward<P>where
P: Sync,
impl<P> Unpin for PortForward<P>where
P: Unpin,
impl<P> UnwindSafe for PortForward<P>where
P: UnwindSafe,
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