Enum xml2json_rs::Encoding
source · [−]pub enum Encoding {
UTF8,
}
Expand description
XML Declaration encoding.
For now only UTF-8 is supported
Variants
UTF8
UTF-8
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl Send for Encoding
impl Sync for Encoding
impl Unpin for Encoding
impl UnwindSafe for Encoding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more