pub enum DataRepr {
AsUTF8 = 0,
AsHex = 1,
}
Expand description
Data representation
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataRepr
impl RefUnwindSafe for DataRepr
impl Send for DataRepr
impl Sync for DataRepr
impl Unpin for DataRepr
impl UnwindSafe for DataRepr
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