Enum logic_circus::RustImpls [−][src]
pub enum RustImpls<Rust = Infallible> { Dup(usize), Not, Nand, And, Or, Nor, Xor, User(Rust), }
Variants
Dup(usize)Trait Implementations
Auto Trait Implementations
impl<Rust> RefUnwindSafe for RustImpls<Rust> where
Rust: RefUnwindSafe, impl<Rust> UnwindSafe for RustImpls<Rust> where
Rust: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more