pub struct DecodedData<'b> { /* private fields */ }Expand description
DecodedData, impl the ICodedDataTrait and IBytesTrait and IntoIterator.
Implementations§
Trait Implementations§
Source§impl<'b> Debug for DecodedData<'b>
impl<'b> Debug for DecodedData<'b>
Source§impl<'b> From<&DecodedData<'b>> for StringResult
impl decode data to string
impl<'b> From<&DecodedData<'b>> for StringResult
impl decode data to string
Source§fn from(value: &DecodedData<'b>) -> Self
fn from(value: &DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<&DecodedData<'b>> for CharListResult
impl decoded data into char list
impl<'b> From<&DecodedData<'b>> for CharListResult
impl decoded data into char list
Source§fn from(value: &DecodedData<'b>) -> Self
fn from(value: &DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<&DecodedData<'b>> for ByteList
impl decode data into vec bytes
impl<'b> From<&DecodedData<'b>> for ByteList
impl decode data into vec bytes
Source§fn from(value: &DecodedData<'b>) -> Self
fn from(value: &DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<DecodedData<'b>> for StringResult
impl<'b> From<DecodedData<'b>> for StringResult
Source§fn from(value: DecodedData<'b>) -> Self
fn from(value: DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<DecodedData<'b>> for CharListResult
impl<'b> From<DecodedData<'b>> for CharListResult
Source§fn from(value: DecodedData<'b>) -> Self
fn from(value: DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> From<DecodedData<'b>> for ByteList
impl<'b> From<DecodedData<'b>> for ByteList
Source§fn from(value: DecodedData<'b>) -> Self
fn from(value: DecodedData<'b>) -> Self
Converts to this type from the input type.
Source§impl<'b> IBytesTrait for DecodedData<'b>
impl<'b> IBytesTrait for DecodedData<'b>
Source§impl<'b> ICodedDataTrait for DecodedData<'b>
impl<'b> ICodedDataTrait for DecodedData<'b>
Source§impl<'a> IntoIterator for &'a DecodedData<'a>
impl<'a> IntoIterator for &'a DecodedData<'a>
Auto Trait Implementations§
impl<'b> Freeze for DecodedData<'b>
impl<'b> RefUnwindSafe for DecodedData<'b>
impl<'b> Send for DecodedData<'b>
impl<'b> Sync for DecodedData<'b>
impl<'b> Unpin for DecodedData<'b>
impl<'b> UnwindSafe for DecodedData<'b>
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