pub struct StateClosureOptions {
pub depth: Option<u32>,
pub exclude_states: Vec<ChangeId>,
}Fields§
§depth: Option<u32>§exclude_states: Vec<ChangeId>Trait Implementations§
Source§impl Clone for StateClosureOptions
impl Clone for StateClosureOptions
Source§fn clone(&self) -> StateClosureOptions
fn clone(&self) -> StateClosureOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StateClosureOptions
impl Debug for StateClosureOptions
Source§impl Default for StateClosureOptions
impl Default for StateClosureOptions
Source§fn default() -> StateClosureOptions
fn default() -> StateClosureOptions
Returns the “default value” for a type. Read more
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