pub enum ModportTfPort {
MethodPrototype(Box<MethodPrototype>),
TfIdentifier(Box<TfIdentifier>),
}Variants
MethodPrototype(Box<MethodPrototype>)
TfIdentifier(Box<TfIdentifier>)
Trait Implementations
sourceimpl Clone for ModportTfPort
impl Clone for ModportTfPort
sourcefn clone(&self) -> ModportTfPort
fn clone(&self) -> ModportTfPort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModportTfPort
impl Debug for ModportTfPort
sourceimpl<'a> From<&'a ModportTfPort> for RefNodes<'a>
impl<'a> From<&'a ModportTfPort> for RefNodes<'a>
sourcefn from(x: &'a ModportTfPort) -> Self
fn from(x: &'a ModportTfPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModportTfPort> for RefNode<'a>
impl<'a> From<&'a ModportTfPort> for RefNode<'a>
sourcefn from(x: &'a ModportTfPort) -> Self
fn from(x: &'a ModportTfPort) -> Self
Converts to this type from the input type.
sourceimpl From<ModportTfPort> for AnyNode
impl From<ModportTfPort> for AnyNode
sourcefn from(x: ModportTfPort) -> Self
fn from(x: ModportTfPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModportTfPort
impl<'a> IntoIterator for &'a ModportTfPort
sourceimpl PartialEq<ModportTfPort> for ModportTfPort
impl PartialEq<ModportTfPort> for ModportTfPort
sourcefn eq(&self, other: &ModportTfPort) -> bool
fn eq(&self, other: &ModportTfPort) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModportTfPort) -> bool
fn ne(&self, other: &ModportTfPort) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModportTfPort> for Locate
impl<'a> TryFrom<&'a ModportTfPort> for Locate
sourceimpl TryFrom<AnyNode> for ModportTfPort
impl TryFrom<AnyNode> for ModportTfPort
sourceimpl TryFrom<ModportTfPort> for Locate
impl TryFrom<ModportTfPort> for Locate
impl StructuralPartialEq for ModportTfPort
Auto Trait Implementations
impl RefUnwindSafe for ModportTfPort
impl Send for ModportTfPort
impl Sync for ModportTfPort
impl Unpin for ModportTfPort
impl UnwindSafe for ModportTfPort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more