pub struct LitConnection { /* private fields */ }Expand description
A TCP connection to a remote lit serve --daemon instance
Implementations§
Auto Trait Implementations§
impl Freeze for LitConnection
impl RefUnwindSafe for LitConnection
impl Send for LitConnection
impl Sync for LitConnection
impl Unpin for LitConnection
impl UnsafeUnpin for LitConnection
impl UnwindSafe for LitConnection
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