pub struct ProxyPort(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProxyPort
impl<'de> Deserialize<'de> for ProxyPort
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
impl Copy for ProxyPort
impl Eq for ProxyPort
impl StructuralPartialEq for ProxyPort
Auto Trait Implementations§
impl Freeze for ProxyPort
impl RefUnwindSafe for ProxyPort
impl Send for ProxyPort
impl Sync for ProxyPort
impl Unpin for ProxyPort
impl UnwindSafe for ProxyPort
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