pub struct Condition<B>where
B: Behavior,{ /* private fields */ }Expand description
Synchronous leaf node backed by a Behavior implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Condition<B>where
B: Freeze,
impl<B> RefUnwindSafe for Condition<B>where
B: RefUnwindSafe,
impl<B> Send for Condition<B>where
B: Send,
impl<B> Sync for Condition<B>where
B: Sync,
impl<B> Unpin for Condition<B>where
B: Unpin,
impl<B> UnsafeUnpin for Condition<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for Condition<B>where
B: UnwindSafe,
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