pub struct XmlUtils;Expand description
XML 转换工具。
Implementations§
Auto Trait Implementations§
impl Freeze for XmlUtils
impl RefUnwindSafe for XmlUtils
impl Send for XmlUtils
impl Sync for XmlUtils
impl Unpin for XmlUtils
impl UnsafeUnpin for XmlUtils
impl UnwindSafe for XmlUtils
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