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