Struct chromiumoxide::cdp::browser_protocol::io::StreamHandle
source · pub struct StreamHandle(_);Expand description
This is either obtained from another method or specified as blob:<uuid> where
<uuid> is an UUID of a Blob.
StreamHandle
Implementations§
source§impl StreamHandle
impl StreamHandle
source§impl StreamHandle
impl StreamHandle
pub const IDENTIFIER: &'static str = "IO.StreamHandle"
Trait Implementations§
source§impl AsRef<str> for StreamHandle
impl AsRef<str> for StreamHandle
source§impl Clone for StreamHandle
impl Clone for StreamHandle
source§fn clone(&self) -> StreamHandle
fn clone(&self) -> StreamHandle
Returns a copy 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 StreamHandle
impl Debug for StreamHandle
source§impl Default for StreamHandle
impl Default for StreamHandle
source§fn default() -> StreamHandle
fn default() -> StreamHandle
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StreamHandle
impl<'de> Deserialize<'de> for StreamHandle
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StreamHandle, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StreamHandle, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<String> for StreamHandle
impl From<String> for StreamHandle
source§fn from(expr: String) -> StreamHandle
fn from(expr: String) -> StreamHandle
Converts to this type from the input type.
source§impl Hash for StreamHandle
impl Hash for StreamHandle
source§impl PartialEq<StreamHandle> for StreamHandle
impl PartialEq<StreamHandle> for StreamHandle
source§fn eq(&self, other: &StreamHandle) -> bool
fn eq(&self, other: &StreamHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StreamHandle
impl Serialize for StreamHandle
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