Struct lsp_types::PrepareSupportDefaultBehavior
source · pub struct PrepareSupportDefaultBehavior(/* private fields */);
Implementations§
source§impl PrepareSupportDefaultBehavior
impl PrepareSupportDefaultBehavior
sourcepub const IDENTIFIER: PrepareSupportDefaultBehavior = _
pub const IDENTIFIER: PrepareSupportDefaultBehavior = _
The client’s default behavior is to select the identifier according the to language’s syntax rule
Trait Implementations§
source§impl Clone for PrepareSupportDefaultBehavior
impl Clone for PrepareSupportDefaultBehavior
source§fn clone(&self) -> PrepareSupportDefaultBehavior
fn clone(&self) -> PrepareSupportDefaultBehavior
Returns a copy 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<'de> Deserialize<'de> for PrepareSupportDefaultBehavior
impl<'de> Deserialize<'de> for PrepareSupportDefaultBehavior
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 PrepareSupportDefaultBehavior
impl PartialEq for PrepareSupportDefaultBehavior
source§fn eq(&self, other: &PrepareSupportDefaultBehavior) -> bool
fn eq(&self, other: &PrepareSupportDefaultBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for PrepareSupportDefaultBehavior
impl TryFrom<&str> for PrepareSupportDefaultBehavior
impl Copy for PrepareSupportDefaultBehavior
impl Eq for PrepareSupportDefaultBehavior
impl StructuralPartialEq for PrepareSupportDefaultBehavior
Auto Trait Implementations§
impl Freeze for PrepareSupportDefaultBehavior
impl RefUnwindSafe for PrepareSupportDefaultBehavior
impl Send for PrepareSupportDefaultBehavior
impl Sync for PrepareSupportDefaultBehavior
impl Unpin for PrepareSupportDefaultBehavior
impl UnwindSafe for PrepareSupportDefaultBehavior
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