pub struct ExposePort { /* private fields */ }Expand description
A decimal exposed port or inclusive decimal range, retained without integer parsing.
Implementations§
Trait Implementations§
Source§impl Clone for ExposePort
impl Clone for ExposePort
Source§fn clone(&self) -> ExposePort
fn clone(&self) -> ExposePort
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 ExposePort
impl Debug for ExposePort
impl Eq for ExposePort
Source§impl Hash for ExposePort
impl Hash for ExposePort
Source§impl PartialEq for ExposePort
impl PartialEq for ExposePort
impl StructuralPartialEq for ExposePort
Auto Trait Implementations§
impl Freeze for ExposePort
impl RefUnwindSafe for ExposePort
impl Send for ExposePort
impl Sync for ExposePort
impl Unpin for ExposePort
impl UnsafeUnpin for ExposePort
impl UnwindSafe for ExposePort
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