pub struct DecoderOperationStatus {
pub completed: bool,
}Expand description
Empty success payload used by flush/close operations.
Fields§
§completed: boolTrait Implementations§
Source§impl Clone for DecoderOperationStatus
impl Clone for DecoderOperationStatus
Source§fn clone(&self) -> DecoderOperationStatus
fn clone(&self) -> DecoderOperationStatus
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 moreSource§impl Debug for DecoderOperationStatus
impl Debug for DecoderOperationStatus
Source§impl Default for DecoderOperationStatus
impl Default for DecoderOperationStatus
Source§fn default() -> DecoderOperationStatus
fn default() -> DecoderOperationStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DecoderOperationStatus
impl<'de> Deserialize<'de> for DecoderOperationStatus
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
impl Eq for DecoderOperationStatus
Source§impl PartialEq for DecoderOperationStatus
impl PartialEq for DecoderOperationStatus
Source§impl Serialize for DecoderOperationStatus
impl Serialize for DecoderOperationStatus
impl StructuralPartialEq for DecoderOperationStatus
Auto Trait Implementations§
impl Freeze for DecoderOperationStatus
impl RefUnwindSafe for DecoderOperationStatus
impl Send for DecoderOperationStatus
impl Sync for DecoderOperationStatus
impl Unpin for DecoderOperationStatus
impl UnsafeUnpin for DecoderOperationStatus
impl UnwindSafe for DecoderOperationStatus
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