Struct base64::engine::DecodeMetadata
source · pub struct DecodeMetadata { /* private fields */ }
Expand description
Metadata about the result of a decode operation
Trait Implementations§
source§impl Debug for DecodeMetadata
impl Debug for DecodeMetadata
source§impl PartialEq<DecodeMetadata> for DecodeMetadata
impl PartialEq<DecodeMetadata> for DecodeMetadata
source§fn eq(&self, other: &DecodeMetadata) -> bool
fn eq(&self, other: &DecodeMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.