pub struct ComplementState<A: Automaton>(/* private fields */);
Expand description
The Automaton
state for Complement<A>
.
Auto Trait Implementations§
impl<A> Freeze for ComplementState<A>
impl<A> RefUnwindSafe for ComplementState<A>
impl<A> Send for ComplementState<A>
impl<A> Sync for ComplementState<A>
impl<A> Unpin for ComplementState<A>
impl<A> UnwindSafe for ComplementState<A>
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