pub enum DevtoolsLogSource {
Native,
WebViewConsole,
LxAppServiceConsole,
BrowserConsole,
Automation,
}Variants§
Native
WebViewConsole
LxAppServiceConsole
BrowserConsole
Automation
Isolated host automation output mirrored into the session log (path
carries the run id). lxdev test live output flows through poll.
Trait Implementations§
Source§impl Clone for DevtoolsLogSource
impl Clone for DevtoolsLogSource
Source§fn clone(&self) -> DevtoolsLogSource
fn clone(&self) -> DevtoolsLogSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DevtoolsLogSource
Source§impl Debug for DevtoolsLogSource
impl Debug for DevtoolsLogSource
Source§impl<'de> Deserialize<'de> for DevtoolsLogSource
impl<'de> Deserialize<'de> for DevtoolsLogSource
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DevtoolsLogSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DevtoolsLogSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DevtoolsLogSource
Source§impl PartialEq for DevtoolsLogSource
impl PartialEq for DevtoolsLogSource
Source§impl Serialize for DevtoolsLogSource
impl Serialize for DevtoolsLogSource
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DevtoolsLogSource
Auto Trait Implementations§
impl Freeze for DevtoolsLogSource
impl RefUnwindSafe for DevtoolsLogSource
impl Send for DevtoolsLogSource
impl Sync for DevtoolsLogSource
impl Unpin for DevtoolsLogSource
impl UnsafeUnpin for DevtoolsLogSource
impl UnwindSafe for DevtoolsLogSource
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