pub struct LspEncoder;
Trait Implementations§
Source§impl Default for LspEncoder
impl Default for LspEncoder
Source§fn default() -> LspEncoder
fn default() -> LspEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LspEncoder
impl RefUnwindSafe for LspEncoder
impl Send for LspEncoder
impl Sync for LspEncoder
impl Unpin for LspEncoder
impl UnwindSafe for LspEncoder
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