pub struct UnitHandle { /* private fields */ }
Expand description
A handle returned by StateUnits::add
, used to remove the state unit.
Implementations§
Trait Implementations§
Source§impl Debug for UnitHandle
impl Debug for UnitHandle
Auto Trait Implementations§
impl Freeze for UnitHandle
impl !RefUnwindSafe for UnitHandle
impl Send for UnitHandle
impl Sync for UnitHandle
impl Unpin for UnitHandle
impl !UnwindSafe for UnitHandle
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