Enum lsp_types::request::MonikerRequest
source · pub enum MonikerRequest {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonikerRequest
impl RefUnwindSafe for MonikerRequest
impl Send for MonikerRequest
impl Sync for MonikerRequest
impl Unpin for MonikerRequest
impl UnwindSafe for MonikerRequest
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