Struct lsp_types::SetTraceParams
source · [−]pub struct SetTraceParams {
pub value: TraceValue,
}Fields
value: TraceValueThe new value that should be assigned to the trace setting.
Trait Implementations
sourceimpl Clone for SetTraceParams
impl Clone for SetTraceParams
sourcefn clone(&self) -> SetTraceParams
fn clone(&self) -> SetTraceParams
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 more
sourceimpl Debug for SetTraceParams
impl Debug for SetTraceParams
sourceimpl<'de> Deserialize<'de> for SetTraceParams
impl<'de> Deserialize<'de> for SetTraceParams
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<SetTraceParams> for SetTraceParams
impl PartialEq<SetTraceParams> for SetTraceParams
sourcefn eq(&self, other: &SetTraceParams) -> bool
fn eq(&self, other: &SetTraceParams) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for SetTraceParams
impl Serialize for SetTraceParams
impl Eq for SetTraceParams
impl StructuralEq for SetTraceParams
impl StructuralPartialEq for SetTraceParams
Auto Trait Implementations
impl RefUnwindSafe for SetTraceParams
impl Send for SetTraceParams
impl Sync for SetTraceParams
impl Unpin for SetTraceParams
impl UnwindSafe for SetTraceParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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