pub struct ExtendedPort {
pub name: String,
pub kind: ExtendedPortKind,
pub type_id: String,
}Expand description
Spec §7.2.2.2 — Extended-Port-Definition.
Fields§
§name: StringPort-Name.
kind: ExtendedPortKindPort-Kind.
type_id: StringType-Parameter T.
Trait Implementations§
Source§impl Clone for ExtendedPort
impl Clone for ExtendedPort
Source§fn clone(&self) -> ExtendedPort
fn clone(&self) -> ExtendedPort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExtendedPort
impl Debug for ExtendedPort
Source§impl PartialEq for ExtendedPort
impl PartialEq for ExtendedPort
Source§fn eq(&self, other: &ExtendedPort) -> bool
fn eq(&self, other: &ExtendedPort) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExtendedPort
impl StructuralPartialEq for ExtendedPort
Auto Trait Implementations§
impl Freeze for ExtendedPort
impl RefUnwindSafe for ExtendedPort
impl Send for ExtendedPort
impl Sync for ExtendedPort
impl Unpin for ExtendedPort
impl UnsafeUnpin for ExtendedPort
impl UnwindSafe for ExtendedPort
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