pub enum NetworkCommands {
Show 33 variants
SetAcceptedEncodings(SetAcceptedEncodings),
ClearAcceptedEncodingsOverride(ClearAcceptedEncodingsOverride),
ClearBrowserCache(ClearBrowserCache),
ClearBrowserCookies(ClearBrowserCookies),
DeleteCookies(DeleteCookies),
Disable(Disable),
EmulateNetworkConditionsByRule(EmulateNetworkConditionsByRule),
OverrideNetworkState(OverrideNetworkState),
Enable(Enable),
ConfigureDurableMessages(ConfigureDurableMessages),
GetCertificate(GetCertificate),
GetCookies(GetCookies),
GetResponseBody(GetResponseBody),
GetRequestPostData(GetRequestPostData),
GetResponseBodyForInterception(GetResponseBodyForInterception),
TakeResponseBodyForInterceptionAsStream(TakeResponseBodyForInterceptionAsStream),
ReplayXhr(ReplayXhr),
SearchInResponseBody(SearchInResponseBody),
SetBlockedUrLs(SetBlockedUrLs),
SetBypassServiceWorker(SetBypassServiceWorker),
SetCacheDisabled(SetCacheDisabled),
SetCookie(SetCookie),
SetCookies(SetCookies),
SetExtraHttpHeaders(SetExtraHttpHeaders),
SetAttachDebugStack(SetAttachDebugStack),
SetUserAgentOverride(SetUserAgentOverride),
StreamResourceContent(StreamResourceContent),
GetSecurityIsolationStatus(GetSecurityIsolationStatus),
EnableReportingApi(EnableReportingApi),
EnableDeviceBoundSessions(EnableDeviceBoundSessions),
FetchSchemefulSite(FetchSchemefulSite),
LoadNetworkResource(LoadNetworkResource),
SetCookieControls(SetCookieControls),
}Variants§
SetAcceptedEncodings(SetAcceptedEncodings)
ClearAcceptedEncodingsOverride(ClearAcceptedEncodingsOverride)
ClearBrowserCache(ClearBrowserCache)
ClearBrowserCookies(ClearBrowserCookies)
DeleteCookies(DeleteCookies)
Disable(Disable)
EmulateNetworkConditionsByRule(EmulateNetworkConditionsByRule)
OverrideNetworkState(OverrideNetworkState)
Enable(Enable)
ConfigureDurableMessages(ConfigureDurableMessages)
GetCertificate(GetCertificate)
GetCookies(GetCookies)
GetResponseBody(GetResponseBody)
GetRequestPostData(GetRequestPostData)
GetResponseBodyForInterception(GetResponseBodyForInterception)
TakeResponseBodyForInterceptionAsStream(TakeResponseBodyForInterceptionAsStream)
ReplayXhr(ReplayXhr)
SearchInResponseBody(SearchInResponseBody)
SetBlockedUrLs(SetBlockedUrLs)
SetBypassServiceWorker(SetBypassServiceWorker)
SetCacheDisabled(SetCacheDisabled)
SetCookie(SetCookie)
SetCookies(SetCookies)
SetExtraHttpHeaders(SetExtraHttpHeaders)
SetAttachDebugStack(SetAttachDebugStack)
SetUserAgentOverride(SetUserAgentOverride)
StreamResourceContent(StreamResourceContent)
GetSecurityIsolationStatus(GetSecurityIsolationStatus)
EnableReportingApi(EnableReportingApi)
EnableDeviceBoundSessions(EnableDeviceBoundSessions)
FetchSchemefulSite(FetchSchemefulSite)
LoadNetworkResource(LoadNetworkResource)
SetCookieControls(SetCookieControls)
Implementations§
Source§impl NetworkCommands
impl NetworkCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for NetworkCommands
impl Clone for NetworkCommands
Source§fn clone(&self) -> NetworkCommands
fn clone(&self) -> NetworkCommands
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetworkCommands
impl Debug for NetworkCommands
Source§impl<'de> Deserialize<'de> for NetworkCommands
impl<'de> Deserialize<'de> for NetworkCommands
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ClearAcceptedEncodingsOverride> for NetworkCommands
impl From<ClearAcceptedEncodingsOverride> for NetworkCommands
Source§fn from(v: ClearAcceptedEncodingsOverride) -> Self
fn from(v: ClearAcceptedEncodingsOverride) -> Self
Converts to this type from the input type.
Source§impl From<ClearBrowserCache> for NetworkCommands
impl From<ClearBrowserCache> for NetworkCommands
Source§fn from(v: ClearBrowserCache) -> Self
fn from(v: ClearBrowserCache) -> Self
Converts to this type from the input type.
Source§impl From<ClearBrowserCookies> for NetworkCommands
impl From<ClearBrowserCookies> for NetworkCommands
Source§fn from(v: ClearBrowserCookies) -> Self
fn from(v: ClearBrowserCookies) -> Self
Converts to this type from the input type.
Source§impl From<ConfigureDurableMessages> for NetworkCommands
impl From<ConfigureDurableMessages> for NetworkCommands
Source§fn from(v: ConfigureDurableMessages) -> Self
fn from(v: ConfigureDurableMessages) -> Self
Converts to this type from the input type.
Source§impl From<DeleteCookies> for NetworkCommands
impl From<DeleteCookies> for NetworkCommands
Source§fn from(v: DeleteCookies) -> Self
fn from(v: DeleteCookies) -> Self
Converts to this type from the input type.
Source§impl From<Disable> for NetworkCommands
impl From<Disable> for NetworkCommands
Source§impl From<EmulateNetworkConditionsByRule> for NetworkCommands
impl From<EmulateNetworkConditionsByRule> for NetworkCommands
Source§fn from(v: EmulateNetworkConditionsByRule) -> Self
fn from(v: EmulateNetworkConditionsByRule) -> Self
Converts to this type from the input type.
Source§impl From<Enable> for NetworkCommands
impl From<Enable> for NetworkCommands
Source§impl From<EnableDeviceBoundSessions> for NetworkCommands
impl From<EnableDeviceBoundSessions> for NetworkCommands
Source§fn from(v: EnableDeviceBoundSessions) -> Self
fn from(v: EnableDeviceBoundSessions) -> Self
Converts to this type from the input type.
Source§impl From<EnableReportingApi> for NetworkCommands
impl From<EnableReportingApi> for NetworkCommands
Source§fn from(v: EnableReportingApi) -> Self
fn from(v: EnableReportingApi) -> Self
Converts to this type from the input type.
Source§impl From<FetchSchemefulSite> for NetworkCommands
impl From<FetchSchemefulSite> for NetworkCommands
Source§fn from(v: FetchSchemefulSite) -> Self
fn from(v: FetchSchemefulSite) -> Self
Converts to this type from the input type.
Source§impl From<GetCertificate> for NetworkCommands
impl From<GetCertificate> for NetworkCommands
Source§fn from(v: GetCertificate) -> Self
fn from(v: GetCertificate) -> Self
Converts to this type from the input type.
Source§impl From<GetCookies> for NetworkCommands
impl From<GetCookies> for NetworkCommands
Source§fn from(v: GetCookies) -> Self
fn from(v: GetCookies) -> Self
Converts to this type from the input type.
Source§impl From<GetRequestPostData> for NetworkCommands
impl From<GetRequestPostData> for NetworkCommands
Source§fn from(v: GetRequestPostData) -> Self
fn from(v: GetRequestPostData) -> Self
Converts to this type from the input type.
Source§impl From<GetResponseBody> for NetworkCommands
impl From<GetResponseBody> for NetworkCommands
Source§fn from(v: GetResponseBody) -> Self
fn from(v: GetResponseBody) -> Self
Converts to this type from the input type.
Source§impl From<GetResponseBodyForInterception> for NetworkCommands
impl From<GetResponseBodyForInterception> for NetworkCommands
Source§fn from(v: GetResponseBodyForInterception) -> Self
fn from(v: GetResponseBodyForInterception) -> Self
Converts to this type from the input type.
Source§impl From<GetSecurityIsolationStatus> for NetworkCommands
impl From<GetSecurityIsolationStatus> for NetworkCommands
Source§fn from(v: GetSecurityIsolationStatus) -> Self
fn from(v: GetSecurityIsolationStatus) -> Self
Converts to this type from the input type.
Source§impl From<LoadNetworkResource> for NetworkCommands
impl From<LoadNetworkResource> for NetworkCommands
Source§fn from(v: LoadNetworkResource) -> Self
fn from(v: LoadNetworkResource) -> Self
Converts to this type from the input type.
Source§impl From<NetworkCommands> for BrowserProtocolCommands
impl From<NetworkCommands> for BrowserProtocolCommands
Source§fn from(v: NetworkCommands) -> Self
fn from(v: NetworkCommands) -> Self
Converts to this type from the input type.
Source§impl From<NetworkCommands> for Command
impl From<NetworkCommands> for Command
Source§fn from(v: NetworkCommands) -> Self
fn from(v: NetworkCommands) -> Self
Converts to this type from the input type.
Source§impl From<OverrideNetworkState> for NetworkCommands
impl From<OverrideNetworkState> for NetworkCommands
Source§fn from(v: OverrideNetworkState) -> Self
fn from(v: OverrideNetworkState) -> Self
Converts to this type from the input type.
Source§impl From<ReplayXhr> for NetworkCommands
impl From<ReplayXhr> for NetworkCommands
Source§impl From<SearchInResponseBody> for NetworkCommands
impl From<SearchInResponseBody> for NetworkCommands
Source§fn from(v: SearchInResponseBody) -> Self
fn from(v: SearchInResponseBody) -> Self
Converts to this type from the input type.
Source§impl From<SetAcceptedEncodings> for NetworkCommands
impl From<SetAcceptedEncodings> for NetworkCommands
Source§fn from(v: SetAcceptedEncodings) -> Self
fn from(v: SetAcceptedEncodings) -> Self
Converts to this type from the input type.
Source§impl From<SetAttachDebugStack> for NetworkCommands
impl From<SetAttachDebugStack> for NetworkCommands
Source§fn from(v: SetAttachDebugStack) -> Self
fn from(v: SetAttachDebugStack) -> Self
Converts to this type from the input type.
Source§impl From<SetBlockedUrLs> for NetworkCommands
impl From<SetBlockedUrLs> for NetworkCommands
Source§fn from(v: SetBlockedUrLs) -> Self
fn from(v: SetBlockedUrLs) -> Self
Converts to this type from the input type.
Source§impl From<SetBypassServiceWorker> for NetworkCommands
impl From<SetBypassServiceWorker> for NetworkCommands
Source§fn from(v: SetBypassServiceWorker) -> Self
fn from(v: SetBypassServiceWorker) -> Self
Converts to this type from the input type.
Source§impl From<SetCacheDisabled> for NetworkCommands
impl From<SetCacheDisabled> for NetworkCommands
Source§fn from(v: SetCacheDisabled) -> Self
fn from(v: SetCacheDisabled) -> Self
Converts to this type from the input type.
Source§impl From<SetCookie> for NetworkCommands
impl From<SetCookie> for NetworkCommands
Source§impl From<SetCookieControls> for NetworkCommands
impl From<SetCookieControls> for NetworkCommands
Source§fn from(v: SetCookieControls) -> Self
fn from(v: SetCookieControls) -> Self
Converts to this type from the input type.
Source§impl From<SetCookies> for NetworkCommands
impl From<SetCookies> for NetworkCommands
Source§fn from(v: SetCookies) -> Self
fn from(v: SetCookies) -> Self
Converts to this type from the input type.
Source§impl From<SetExtraHttpHeaders> for NetworkCommands
impl From<SetExtraHttpHeaders> for NetworkCommands
Source§fn from(v: SetExtraHttpHeaders) -> Self
fn from(v: SetExtraHttpHeaders) -> Self
Converts to this type from the input type.
Source§impl From<SetUserAgentOverride> for NetworkCommands
impl From<SetUserAgentOverride> for NetworkCommands
Source§fn from(v: SetUserAgentOverride) -> Self
fn from(v: SetUserAgentOverride) -> Self
Converts to this type from the input type.
Source§impl From<StreamResourceContent> for NetworkCommands
impl From<StreamResourceContent> for NetworkCommands
Source§fn from(v: StreamResourceContent) -> Self
fn from(v: StreamResourceContent) -> Self
Converts to this type from the input type.
Source§impl From<TakeResponseBodyForInterceptionAsStream> for NetworkCommands
impl From<TakeResponseBodyForInterceptionAsStream> for NetworkCommands
Source§fn from(v: TakeResponseBodyForInterceptionAsStream) -> Self
fn from(v: TakeResponseBodyForInterceptionAsStream) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NetworkCommands
impl PartialEq for NetworkCommands
Source§impl Serialize for NetworkCommands
impl Serialize for NetworkCommands
Source§impl TryFrom<BrowserProtocolCommands> for NetworkCommands
impl TryFrom<BrowserProtocolCommands> for NetworkCommands
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <NetworkCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <NetworkCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for NetworkCommands
impl TryFrom<Command> for NetworkCommands
Source§impl TryFrom<NetworkCommands> for ClearAcceptedEncodingsOverride
impl TryFrom<NetworkCommands> for ClearAcceptedEncodingsOverride
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <ClearAcceptedEncodingsOverride as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <ClearAcceptedEncodingsOverride as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for ClearBrowserCache
impl TryFrom<NetworkCommands> for ClearBrowserCache
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <ClearBrowserCache as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <ClearBrowserCache as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for ClearBrowserCookies
impl TryFrom<NetworkCommands> for ClearBrowserCookies
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <ClearBrowserCookies as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <ClearBrowserCookies as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for ConfigureDurableMessages
impl TryFrom<NetworkCommands> for ConfigureDurableMessages
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <ConfigureDurableMessages as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <ConfigureDurableMessages as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for DeleteCookies
impl TryFrom<NetworkCommands> for DeleteCookies
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <DeleteCookies as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <DeleteCookies as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for Disable
impl TryFrom<NetworkCommands> for Disable
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <Disable as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <Disable as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for EmulateNetworkConditionsByRule
impl TryFrom<NetworkCommands> for EmulateNetworkConditionsByRule
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <EmulateNetworkConditionsByRule as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <EmulateNetworkConditionsByRule as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for Enable
impl TryFrom<NetworkCommands> for Enable
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <Enable as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <Enable as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for EnableDeviceBoundSessions
impl TryFrom<NetworkCommands> for EnableDeviceBoundSessions
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <EnableDeviceBoundSessions as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <EnableDeviceBoundSessions as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for EnableReportingApi
impl TryFrom<NetworkCommands> for EnableReportingApi
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <EnableReportingApi as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <EnableReportingApi as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for FetchSchemefulSite
impl TryFrom<NetworkCommands> for FetchSchemefulSite
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <FetchSchemefulSite as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <FetchSchemefulSite as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetCertificate
impl TryFrom<NetworkCommands> for GetCertificate
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetCertificate as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetCertificate as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetCookies
impl TryFrom<NetworkCommands> for GetCookies
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetCookies as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetCookies as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetRequestPostData
impl TryFrom<NetworkCommands> for GetRequestPostData
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetRequestPostData as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetRequestPostData as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetResponseBody
impl TryFrom<NetworkCommands> for GetResponseBody
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetResponseBody as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetResponseBody as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetResponseBodyForInterception
impl TryFrom<NetworkCommands> for GetResponseBodyForInterception
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetResponseBodyForInterception as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetResponseBodyForInterception as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for GetSecurityIsolationStatus
impl TryFrom<NetworkCommands> for GetSecurityIsolationStatus
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <GetSecurityIsolationStatus as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <GetSecurityIsolationStatus as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for LoadNetworkResource
impl TryFrom<NetworkCommands> for LoadNetworkResource
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <LoadNetworkResource as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <LoadNetworkResource as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for OverrideNetworkState
impl TryFrom<NetworkCommands> for OverrideNetworkState
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <OverrideNetworkState as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <OverrideNetworkState as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for ReplayXhr
impl TryFrom<NetworkCommands> for ReplayXhr
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <ReplayXhr as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <ReplayXhr as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SearchInResponseBody
impl TryFrom<NetworkCommands> for SearchInResponseBody
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SearchInResponseBody as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SearchInResponseBody as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetAcceptedEncodings
impl TryFrom<NetworkCommands> for SetAcceptedEncodings
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetAcceptedEncodings as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetAcceptedEncodings as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetAttachDebugStack
impl TryFrom<NetworkCommands> for SetAttachDebugStack
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetAttachDebugStack as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetAttachDebugStack as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetBlockedUrLs
impl TryFrom<NetworkCommands> for SetBlockedUrLs
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetBlockedUrLs as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetBlockedUrLs as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetBypassServiceWorker
impl TryFrom<NetworkCommands> for SetBypassServiceWorker
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetBypassServiceWorker as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetBypassServiceWorker as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetCacheDisabled
impl TryFrom<NetworkCommands> for SetCacheDisabled
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetCacheDisabled as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetCacheDisabled as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetCookie
impl TryFrom<NetworkCommands> for SetCookie
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetCookie as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetCookie as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetCookieControls
impl TryFrom<NetworkCommands> for SetCookieControls
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetCookieControls as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetCookieControls as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetCookies
impl TryFrom<NetworkCommands> for SetCookies
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetCookies as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetCookies as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetExtraHttpHeaders
impl TryFrom<NetworkCommands> for SetExtraHttpHeaders
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetExtraHttpHeaders as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetExtraHttpHeaders as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for SetUserAgentOverride
impl TryFrom<NetworkCommands> for SetUserAgentOverride
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <SetUserAgentOverride as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <SetUserAgentOverride as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for StreamResourceContent
impl TryFrom<NetworkCommands> for StreamResourceContent
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <StreamResourceContent as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <StreamResourceContent as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkCommands> for TakeResponseBodyForInterceptionAsStream
impl TryFrom<NetworkCommands> for TakeResponseBodyForInterceptionAsStream
Source§type Error = NetworkCommands
type Error = NetworkCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkCommands,
) -> Result<Self, <TakeResponseBodyForInterceptionAsStream as TryFrom<NetworkCommands>>::Error>
fn try_from( e: NetworkCommands, ) -> Result<Self, <TakeResponseBodyForInterceptionAsStream as TryFrom<NetworkCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for NetworkCommands
Auto Trait Implementations§
impl Freeze for NetworkCommands
impl RefUnwindSafe for NetworkCommands
impl Send for NetworkCommands
impl Sync for NetworkCommands
impl Unpin for NetworkCommands
impl UnsafeUnpin for NetworkCommands
impl UnwindSafe for NetworkCommands
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