pub struct Port<'a> {
pub link: LinkRef<'a>,
pub type: Option<TermId>,
}Fields§
§link: LinkRef<'a>The link that the port is connected to.
type: Option<TermId>The type of the port.
Trait Implementations§
impl<'a> Copy for Port<'a>
impl<'a> Eq for Port<'a>
impl<'a> StructuralPartialEq for Port<'a>
Auto Trait Implementations§
impl<'a> Freeze for Port<'a>
impl<'a> RefUnwindSafe for Port<'a>
impl<'a> Send for Port<'a>
impl<'a> Sync for Port<'a>
impl<'a> Unpin for Port<'a>
impl<'a> UnwindSafe for Port<'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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)