Struct lsp_server::Outgoing
source · [−]pub struct Outgoing<O> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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