pub enum LogicGate {
AND,
NOT,
OR,
}Variants§
Auto Trait Implementations§
impl Freeze for LogicGate
impl RefUnwindSafe for LogicGate
impl Send for LogicGate
impl Sync for LogicGate
impl Unpin for LogicGate
impl UnwindSafe for LogicGate
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