pub struct LSPS0ServiceHandler { /* private fields */ }
Expand description
The main server-side object allowing to send and receive LSPS0 messages.
Auto Trait Implementations§
impl Freeze for LSPS0ServiceHandler
impl RefUnwindSafe for LSPS0ServiceHandler
impl Send for LSPS0ServiceHandler
impl Sync for LSPS0ServiceHandler
impl Unpin for LSPS0ServiceHandler
impl UnwindSafe for LSPS0ServiceHandler
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