Struct chromiumoxide::cdp::browser_protocol::io::ReadReturns
source · [−]Expand description
Read a chunk of the stream read
Fields
base64_encoded: Option<bool>Set if the data is base64-encoded
data: StringData that were read.
eof: boolSet if the end-of-file condition occured while reading.
Implementations
sourceimpl ReadReturns
impl ReadReturns
sourceimpl ReadReturns
impl ReadReturns
pub fn builder() -> ReadReturnsBuilder
Trait Implementations
sourceimpl Clone for ReadReturns
impl Clone for ReadReturns
sourcefn clone(&self) -> ReadReturns
fn clone(&self) -> ReadReturns
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ReadReturns
impl Debug for ReadReturns
sourceimpl<'de> Deserialize<'de> for ReadReturns
impl<'de> Deserialize<'de> for ReadReturns
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<ReadReturns, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ReadReturns, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ReadReturns> for ReadReturns
impl PartialEq<ReadReturns> for ReadReturns
sourcefn eq(&self, other: &ReadReturns) -> bool
fn eq(&self, other: &ReadReturns) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ReadReturns) -> bool
fn ne(&self, other: &ReadReturns) -> bool
This method tests for !=.
sourceimpl Serialize for ReadReturns
impl Serialize for ReadReturns
sourcefn 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 ReadReturns
Auto Trait Implementations
impl RefUnwindSafe for ReadReturns
impl Send for ReadReturns
impl Sync for ReadReturns
impl Unpin for ReadReturns
impl UnwindSafe for ReadReturns
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more