pub struct EvalOptions {
pub force_reschedule: Option<bool>,
}
Fields§
§force_reschedule: Option<bool>
Implementations§
Source§impl EvalOptions
impl EvalOptions
pub fn new() -> EvalOptions
Trait Implementations§
Source§impl Clone for EvalOptions
impl Clone for EvalOptions
Source§fn clone(&self) -> EvalOptions
fn clone(&self) -> EvalOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EvalOptions
impl Debug for EvalOptions
Source§impl<'de> Deserialize<'de> for EvalOptions
impl<'de> Deserialize<'de> for EvalOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EvalOptions
impl PartialEq for EvalOptions
Source§impl Serialize for EvalOptions
impl Serialize for EvalOptions
impl StructuralPartialEq for EvalOptions
Auto Trait Implementations§
impl Freeze for EvalOptions
impl RefUnwindSafe for EvalOptions
impl Send for EvalOptions
impl Sync for EvalOptions
impl Unpin for EvalOptions
impl UnwindSafe for EvalOptions
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