pub struct CFXML;Expand description
Tiny wrapper around the remaining useful CFXML helpers.
Implementations§
Auto Trait Implementations§
impl Freeze for CFXML
impl RefUnwindSafe for CFXML
impl Send for CFXML
impl Sync for CFXML
impl Unpin for CFXML
impl UnsafeUnpin for CFXML
impl UnwindSafe for CFXML
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