pub struct HelixServer { /* private fields */ }
Implementations§
Source§impl HelixServer
impl HelixServer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelixServer
impl RefUnwindSafe for HelixServer
impl Send for HelixServer
impl Sync for HelixServer
impl Unpin for HelixServer
impl UnwindSafe for HelixServer
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