pub struct StateClosureOptions {
pub depth: Option<u32>,
pub exclude_states: Vec<StateId>,
}Fields§
§depth: Option<u32>§exclude_states: Vec<StateId>Trait Implementations§
Source§impl Clone for StateClosureOptions
impl Clone for StateClosureOptions
Source§impl Debug for StateClosureOptions
impl Debug for StateClosureOptions
Auto Trait Implementations§
impl Freeze for StateClosureOptions
impl RefUnwindSafe for StateClosureOptions
impl Send for StateClosureOptions
impl Sync for StateClosureOptions
impl Unpin for StateClosureOptions
impl UnsafeUnpin for StateClosureOptions
impl UnwindSafe for StateClosureOptions
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