Struct xdebug::XdebugConnection
source · pub struct XdebugConnection { /* private fields */ }Implementations§
source§impl XdebugConnection
impl XdebugConnection
pub async fn initialize() -> Option<XdebugConnection>
pub async fn set_feature(&mut self, name: &str, value: &str) -> FeatureSet
pub async fn status(&mut self) -> Status
Auto Trait Implementations§
impl RefUnwindSafe for XdebugConnection
impl Send for XdebugConnection
impl Sync for XdebugConnection
impl Unpin for XdebugConnection
impl UnwindSafe for XdebugConnection
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