pub struct SetBug<St: State = Empty>(/* private fields */);Expand description
State transition - sets the bug field to Set
Trait Implementations§
Auto Trait Implementations§
impl<St> Freeze for SetBug<St>
impl<St> RefUnwindSafe for SetBug<St>
impl<St> Send for SetBug<St>
impl<St> Sync for SetBug<St>
impl<St> Unpin for SetBug<St>
impl<St> UnsafeUnpin for SetBug<St>
impl<St> UnwindSafe for SetBug<St>
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