pub struct BindingInd {
pub span: Span,
pub entity: Option<EntityAspect>,
pub generics: Option<ParenElems>,
pub ports: Option<ParenElems>,
}
Fields§
§span: Span
§entity: Option<EntityAspect>
§generics: Option<ParenElems>
§ports: Option<ParenElems>
Trait Implementations§
Source§impl Clone for BindingInd
impl Clone for BindingInd
Source§fn clone(&self) -> BindingInd
fn clone(&self) -> BindingInd
Returns a duplicate of the value. Read more
1.0.0 · 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 BindingInd
impl Debug for BindingInd
Source§impl PartialEq for BindingInd
impl PartialEq for BindingInd
impl Eq for BindingInd
impl StructuralPartialEq for BindingInd
Auto Trait Implementations§
impl Freeze for BindingInd
impl RefUnwindSafe for BindingInd
impl Send for BindingInd
impl Sync for BindingInd
impl Unpin for BindingInd
impl UnwindSafe for BindingInd
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