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