pub enum PropertyData {
Range(PropertyRange),
Text(String),
}
Variants§
Range(PropertyRange)
Text(String)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyData
impl RefUnwindSafe for PropertyData
impl Send for PropertyData
impl Sync for PropertyData
impl Unpin for PropertyData
impl UnwindSafe for PropertyData
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