pub struct ShortPort { /* private fields */ }Expand description
A short-syntax published port.
Implementations§
Trait Implementations§
impl Eq for ShortPort
impl StructuralPartialEq for ShortPort
Auto Trait Implementations§
impl Freeze for ShortPort
impl RefUnwindSafe for ShortPort
impl Send for ShortPort
impl Sync for ShortPort
impl Unpin for ShortPort
impl UnsafeUnpin for ShortPort
impl UnwindSafe for ShortPort
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