pub struct ConstAction {
pub return_status: Rc<RefCell<Status>>,
}
Expand description
Node that always returns a given status when ticked, but exposes the status to be modified from the outside.
Fields§
§return_status: Rc<RefCell<Status>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstAction
impl !RefUnwindSafe for ConstAction
impl !Send for ConstAction
impl !Sync for ConstAction
impl Unpin for ConstAction
impl !UnwindSafe for ConstAction
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