pub enum CollapsePlan {
Proceed,
StatesRequired,
}Expand description
Collapse requires non-empty source states.
Variants§
Implementations§
Source§impl CollapsePlan
impl CollapsePlan
Trait Implementations§
Source§impl Clone for CollapsePlan
impl Clone for CollapsePlan
Source§fn clone(&self) -> CollapsePlan
fn clone(&self) -> CollapsePlan
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 moreimpl Copy for CollapsePlan
Source§impl Debug for CollapsePlan
impl Debug for CollapsePlan
impl Eq for CollapsePlan
Source§impl PartialEq for CollapsePlan
impl PartialEq for CollapsePlan
impl StructuralPartialEq for CollapsePlan
Auto Trait Implementations§
impl Freeze for CollapsePlan
impl RefUnwindSafe for CollapsePlan
impl Send for CollapsePlan
impl Sync for CollapsePlan
impl Unpin for CollapsePlan
impl UnsafeUnpin for CollapsePlan
impl UnwindSafe for CollapsePlan
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