pub enum CondType {
Continue,
Stop,
}Variants§
Auto Trait Implementations§
impl Freeze for CondType
impl RefUnwindSafe for CondType
impl Send for CondType
impl Sync for CondType
impl Unpin for CondType
impl UnsafeUnpin for CondType
impl UnwindSafe for CondType
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