pub struct Ports<'a> { /* private fields */ }
Expand description
a collection of Port
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Ports<'a>
impl<'a> !RefUnwindSafe for Ports<'a>
impl<'a> Send for Ports<'a>
impl<'a> !Sync for Ports<'a>
impl<'a> Unpin for Ports<'a>
impl<'a> !UnwindSafe for Ports<'a>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> MutableInit for T
impl<T> MutableInit for T
Source§fn mutable_init<F>(self, f: F) -> T
fn mutable_init<F>(self, f: F) -> T
a method takes an owned value, changes it in a closure, then return it; Read more