pub struct Succeeder<B> { /* private fields */ }Expand description
Always succeedes.
Implementations§
Trait Implementations§
Source§impl<B: 'static> BehaviorNode<B> for Succeeder<B>
impl<B: 'static> BehaviorNode<B> for Succeeder<B>
Auto Trait Implementations§
impl<B> Freeze for Succeeder<B>
impl<B> !RefUnwindSafe for Succeeder<B>
impl<B> Send for Succeeder<B>
impl<B> Sync for Succeeder<B>
impl<B> Unpin for Succeeder<B>
impl<B> !UnwindSafe for Succeeder<B>
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