pub struct GoalRunOptions { /* private fields */ }Expand description
Goal-mode runtime options.
Implementations§
Trait Implementations§
Source§impl Clone for GoalRunOptions
impl Clone for GoalRunOptions
Source§fn clone(&self) -> GoalRunOptions
fn clone(&self) -> GoalRunOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoalRunOptions
impl Debug for GoalRunOptions
Source§impl<'de> Deserialize<'de> for GoalRunOptions
impl<'de> Deserialize<'de> for GoalRunOptions
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
impl Eq for GoalRunOptions
Source§impl PartialEq for GoalRunOptions
impl PartialEq for GoalRunOptions
Source§fn eq(&self, other: &GoalRunOptions) -> bool
fn eq(&self, other: &GoalRunOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GoalRunOptions
impl Serialize for GoalRunOptions
impl StructuralPartialEq for GoalRunOptions
Auto Trait Implementations§
impl Freeze for GoalRunOptions
impl RefUnwindSafe for GoalRunOptions
impl Send for GoalRunOptions
impl Sync for GoalRunOptions
impl Unpin for GoalRunOptions
impl UnsafeUnpin for GoalRunOptions
impl UnwindSafe for GoalRunOptions
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