pub struct InputPort { /* private fields */ }Expand description
Catalog-checked input endpoint for connecting a thread.
Trait Implementations§
impl Eq for InputPort
impl StructuralPartialEq for InputPort
Auto Trait Implementations§
impl Freeze for InputPort
impl RefUnwindSafe for InputPort
impl Send for InputPort
impl Sync for InputPort
impl Unpin for InputPort
impl UnsafeUnpin for InputPort
impl UnwindSafe for InputPort
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