Struct lsp_types::InsertTextFormat
source · [−]pub struct InsertTextFormat(_);
Expand description
Defines how to interpret the insert text in a completion item
Implementations
sourceimpl InsertTextFormat
impl InsertTextFormat
pub const PLAIN_TEXT: InsertTextFormat = _
pub const SNIPPET: InsertTextFormat = _
Trait Implementations
sourceimpl Clone for InsertTextFormat
impl Clone for InsertTextFormat
sourcefn clone(&self) -> InsertTextFormat
fn clone(&self) -> InsertTextFormat
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 InsertTextFormat
impl Debug for InsertTextFormat
sourceimpl<'de> Deserialize<'de> for InsertTextFormat
impl<'de> Deserialize<'de> for InsertTextFormat
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<InsertTextFormat> for InsertTextFormat
impl PartialEq<InsertTextFormat> for InsertTextFormat
sourcefn eq(&self, other: &InsertTextFormat) -> bool
fn eq(&self, other: &InsertTextFormat) -> bool
sourceimpl Serialize for InsertTextFormat
impl Serialize for InsertTextFormat
sourceimpl TryFrom<&str> for InsertTextFormat
impl TryFrom<&str> for InsertTextFormat
impl Copy for InsertTextFormat
impl Eq for InsertTextFormat
impl StructuralEq for InsertTextFormat
impl StructuralPartialEq for InsertTextFormat
Auto Trait Implementations
impl RefUnwindSafe for InsertTextFormat
impl Send for InsertTextFormat
impl Sync for InsertTextFormat
impl Unpin for InsertTextFormat
impl UnwindSafe for InsertTextFormat
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