pub struct PlannerTestApplyOptions {
pub serial: bool,
}Fields§
§serial: boolTrait Implementations§
Source§impl Clone for PlannerTestApplyOptions
impl Clone for PlannerTestApplyOptions
Source§fn clone(&self) -> PlannerTestApplyOptions
fn clone(&self) -> PlannerTestApplyOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PlannerTestApplyOptions
impl Default for PlannerTestApplyOptions
Source§fn default() -> PlannerTestApplyOptions
fn default() -> PlannerTestApplyOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlannerTestApplyOptions
impl RefUnwindSafe for PlannerTestApplyOptions
impl Send for PlannerTestApplyOptions
impl Sync for PlannerTestApplyOptions
impl Unpin for PlannerTestApplyOptions
impl UnwindSafe for PlannerTestApplyOptions
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