pub enum PicXMLElement {
Pic,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Debug for PicXMLElement
impl Debug for PicXMLElement
Source§impl FromStr for PicXMLElement
impl FromStr for PicXMLElement
Source§impl PartialEq for PicXMLElement
impl PartialEq for PicXMLElement
impl StructuralPartialEq for PicXMLElement
Auto Trait Implementations§
impl Freeze for PicXMLElement
impl RefUnwindSafe for PicXMLElement
impl Send for PicXMLElement
impl Sync for PicXMLElement
impl Unpin for PicXMLElement
impl UnwindSafe for PicXMLElement
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