pub struct XmlRegTrans { /* private fields */ }Auto Trait Implementations§
impl Freeze for XmlRegTrans
impl RefUnwindSafe for XmlRegTrans
impl Send for XmlRegTrans
impl Sync for XmlRegTrans
impl Unpin for XmlRegTrans
impl UnwindSafe for XmlRegTrans
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