Struct lsp_types::GenericOptions
source · [−]pub struct GenericOptions {
pub work_done_progress_options: WorkDoneProgressOptions,
}
Fields
work_done_progress_options: WorkDoneProgressOptions
Trait Implementations
sourceimpl Clone for GenericOptions
impl Clone for GenericOptions
sourcefn clone(&self) -> GenericOptions
fn clone(&self) -> GenericOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GenericOptions
impl Debug for GenericOptions
sourceimpl<'de> Deserialize<'de> for GenericOptions
impl<'de> Deserialize<'de> for GenericOptions
sourcefn 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
sourceimpl PartialEq<GenericOptions> for GenericOptions
impl PartialEq<GenericOptions> for GenericOptions
sourcefn eq(&self, other: &GenericOptions) -> bool
fn eq(&self, other: &GenericOptions) -> bool
sourceimpl Serialize for GenericOptions
impl Serialize for GenericOptions
impl Eq for GenericOptions
impl StructuralEq for GenericOptions
impl StructuralPartialEq for GenericOptions
Auto Trait Implementations
impl RefUnwindSafe for GenericOptions
impl Send for GenericOptions
impl Sync for GenericOptions
impl Unpin for GenericOptions
impl UnwindSafe for GenericOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more