pub enum VtXMLElement {
Lpwstr,
Unsupported,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VtXMLElement
impl RefUnwindSafe for VtXMLElement
impl Send for VtXMLElement
impl Sync for VtXMLElement
impl Unpin for VtXMLElement
impl UnwindSafe for VtXMLElement
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