pub struct DcsDecoded {
pub encoding: String,
}Expand description
— Data Coding Scheme (DCS) —
Fields§
§encoding: StringTrait Implementations§
Source§impl Clone for DcsDecoded
impl Clone for DcsDecoded
Source§fn clone(&self) -> DcsDecoded
fn clone(&self) -> DcsDecoded
Returns a duplicate 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 DcsDecoded
impl Debug for DcsDecoded
Source§impl Default for DcsDecoded
impl Default for DcsDecoded
Source§fn default() -> DcsDecoded
fn default() -> DcsDecoded
Returns the “default value” for a type. Read more
Source§impl PartialEq for DcsDecoded
impl PartialEq for DcsDecoded
impl StructuralPartialEq for DcsDecoded
Auto Trait Implementations§
impl Freeze for DcsDecoded
impl RefUnwindSafe for DcsDecoded
impl Send for DcsDecoded
impl Sync for DcsDecoded
impl Unpin for DcsDecoded
impl UnwindSafe for DcsDecoded
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