pub enum PropertyType {
Property,
Key,
Value,
Whitespace,
Comment,
LineBreak,
EscapedValue,
Separator,
Raw,
}
Variants§
Trait Implementations§
Source§impl Debug for PropertyType
impl Debug for PropertyType
Source§impl PartialEq for PropertyType
impl PartialEq for PropertyType
impl StructuralPartialEq for PropertyType
Auto Trait Implementations§
impl Freeze for PropertyType
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
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