pub enum FaninId {
Fanin0,
Fanin1,
}Expand description
Unambiguous fanin selector.
Variants§
Trait Implementations§
impl Copy for FaninId
Auto Trait Implementations§
impl Freeze for FaninId
impl RefUnwindSafe for FaninId
impl Send for FaninId
impl Sync for FaninId
impl Unpin for FaninId
impl UnwindSafe for FaninId
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