pub struct WireId(/* private fields */);Expand description
An identifier for a wire.
Trait Implementations§
impl Copy for WireId
impl Eq for WireId
impl StructuralPartialEq for WireId
Auto Trait Implementations§
impl Freeze for WireId
impl RefUnwindSafe for WireId
impl Send for WireId
impl Sync for WireId
impl Unpin for WireId
impl UnwindSafe for WireId
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