pub struct Compound { /* private fields */ }Implementations§
Source§impl Compound
impl Compound
pub fn node(&self) -> &dyn Node
pub fn active_node(&self) -> &dyn ActiveNode
Trait Implementations§
Source§impl ActiveNode for Compound
impl ActiveNode for Compound
fn transitions(&self) -> &Vec<Transition>
Auto Trait Implementations§
impl Freeze for Compound
impl !RefUnwindSafe for Compound
impl !Send for Compound
impl !Sync for Compound
impl Unpin for Compound
impl !UnwindSafe for Compound
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