pub struct ExposedPort(/* private fields */);Expand description
Exposed port metadata.
Implementations§
Trait Implementations§
Source§impl Clone for ExposedPort
impl Clone for ExposedPort
Source§fn clone(&self) -> ExposedPort
fn clone(&self) -> ExposedPort
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 Debug for ExposedPort
impl Debug for ExposedPort
Source§impl Hash for ExposedPort
impl Hash for ExposedPort
Source§impl Ord for ExposedPort
impl Ord for ExposedPort
Source§fn cmp(&self, other: &ExposedPort) -> Ordering
fn cmp(&self, other: &ExposedPort) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExposedPort
impl PartialEq for ExposedPort
Source§impl PartialOrd for ExposedPort
impl PartialOrd for ExposedPort
impl Eq for ExposedPort
impl StructuralPartialEq for ExposedPort
Auto Trait Implementations§
impl Freeze for ExposedPort
impl RefUnwindSafe for ExposedPort
impl Send for ExposedPort
impl Sync for ExposedPort
impl Unpin for ExposedPort
impl UnsafeUnpin for ExposedPort
impl UnwindSafe for ExposedPort
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