pub enum RunMethod {
No,
InPlace,
OutOfPlace(usize),
Exclusive,
}Variants§
Trait Implementations§
impl Copy for RunMethod
impl StructuralPartialEq for RunMethod
Auto Trait Implementations§
impl Freeze for RunMethod
impl RefUnwindSafe for RunMethod
impl Send for RunMethod
impl Sync for RunMethod
impl Unpin for RunMethod
impl UnwindSafe for RunMethod
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