Enum pack_it::repack::LoopDecision
source · [−]pub enum LoopDecision {
Include,
Skip,
Break,
}Variants
Include
Skip
Break
Auto Trait Implementations
impl RefUnwindSafe for LoopDecision
impl Send for LoopDecision
impl Sync for LoopDecision
impl Unpin for LoopDecision
impl UnwindSafe for LoopDecision
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more