pub struct Inverter {
pub child: Box<dyn BtNode>,
}Expand description
Inverter: flips Success/Failure.
Fields§
§child: Box<dyn BtNode>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Inverter
impl !RefUnwindSafe for Inverter
impl Send for Inverter
impl Sync for Inverter
impl Unpin for Inverter
impl UnsafeUnpin for Inverter
impl !UnwindSafe for Inverter
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