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