pub struct PolyXmlValue(/* private fields */);Auto Trait Implementations§
impl Freeze for PolyXmlValue
impl RefUnwindSafe for PolyXmlValue
impl Send for PolyXmlValue
impl Sync for PolyXmlValue
impl Unpin for PolyXmlValue
impl UnsafeUnpin for PolyXmlValue
impl UnwindSafe for PolyXmlValue
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