Struct lsp_server::Outgoing
source · pub struct Outgoing<O> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<O> Freeze for Outgoing<O>
impl<O> RefUnwindSafe for Outgoing<O>where
O: RefUnwindSafe,
impl<O> Send for Outgoing<O>where
O: Send,
impl<O> Sync for Outgoing<O>where
O: Sync,
impl<O> Unpin for Outgoing<O>where
O: Unpin,
impl<O> UnwindSafe for Outgoing<O>where
O: UnwindSafe,
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