pub struct InlineValueOptions {
pub work_done_progress_options: WorkDoneProgressOptions,
}Expand description
Inline value options used during static registration.
@since 3.17.0
Fields§
§work_done_progress_options: WorkDoneProgressOptionsImplementations§
Source§impl InlineValueOptions
impl InlineValueOptions
pub const fn new(work_done_progress_options: WorkDoneProgressOptions) -> Self
Trait Implementations§
Source§impl Clone for InlineValueOptions
impl Clone for InlineValueOptions
Source§fn clone(&self) -> InlineValueOptions
fn clone(&self) -> InlineValueOptions
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 InlineValueOptions
impl Debug for InlineValueOptions
Source§impl Default for InlineValueOptions
impl Default for InlineValueOptions
Source§fn default() -> InlineValueOptions
fn default() -> InlineValueOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineValueOptions
impl<'de> Deserialize<'de> for InlineValueOptions
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 From<InlineValueOptions> for InlineValueProvider
impl From<InlineValueOptions> for InlineValueProvider
Source§fn from(v: InlineValueOptions) -> Self
fn from(v: InlineValueOptions) -> Self
Converts to this type from the input type.
Source§impl Hash for InlineValueOptions
impl Hash for InlineValueOptions
Source§impl PartialEq for InlineValueOptions
impl PartialEq for InlineValueOptions
Source§fn eq(&self, other: &InlineValueOptions) -> bool
fn eq(&self, other: &InlineValueOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InlineValueOptions
impl Serialize for InlineValueOptions
impl Copy for InlineValueOptions
impl Eq for InlineValueOptions
impl StructuralPartialEq for InlineValueOptions
Auto Trait Implementations§
impl Freeze for InlineValueOptions
impl RefUnwindSafe for InlineValueOptions
impl Send for InlineValueOptions
impl Sync for InlineValueOptions
impl Unpin for InlineValueOptions
impl UnsafeUnpin for InlineValueOptions
impl UnwindSafe for InlineValueOptions
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