pub struct ImplementationOptions {
pub work_done_progress: Option<bool>,
}Fields§
§work_done_progress: Option<bool>Trait Implementations§
Source§impl Clone for ImplementationOptions
impl Clone for ImplementationOptions
Source§fn clone(&self) -> ImplementationOptions
fn clone(&self) -> ImplementationOptions
Returns a duplicate 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 Debug for ImplementationOptions
impl Debug for ImplementationOptions
Source§impl Default for ImplementationOptions
impl Default for ImplementationOptions
Source§fn default() -> ImplementationOptions
fn default() -> ImplementationOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImplementationOptions
impl<'de> Deserialize<'de> for ImplementationOptions
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 ImplementationOptions
impl PartialEq for ImplementationOptions
Source§impl Serialize for ImplementationOptions
impl Serialize for ImplementationOptions
impl StructuralPartialEq for ImplementationOptions
Auto Trait Implementations§
impl Freeze for ImplementationOptions
impl RefUnwindSafe for ImplementationOptions
impl Send for ImplementationOptions
impl Sync for ImplementationOptions
impl Unpin for ImplementationOptions
impl UnwindSafe for ImplementationOptions
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