Struct ServerHandle
pub struct ServerHandle {
thread: Option<JoinHandle<Result<Result<(), Error>, Aborted>>>,
abort_handle: AbortHandle,
}Available on crate feature
server only.Expand description
Handle for a spawned LeLuM Varlink server.
Fields§
§thread: Option<JoinHandle<Result<Result<(), Error>, Aborted>>>§abort_handle: AbortHandleImplementations§
§impl ServerHandle
impl ServerHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerHandle
impl !RefUnwindSafe for ServerHandle
impl Send for ServerHandle
impl Sync for ServerHandle
impl Unpin for ServerHandle
impl !UnwindSafe for ServerHandle
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