pub struct Property<'a> {
pub name: ParseString<'a>,
pub val: ParseString<'a>,
pub params: Vec<Parameter<'a>>,
}
Expand description
Zero-copy version of crate::properties::Property
Fields§
§name: ParseString<'a>
§val: ParseString<'a>
§params: Vec<Parameter<'a>>
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Property<'a>
impl<'a> PartialEq for Property<'a>
source§impl TryFrom<&Property<'_>> for DatePerhapsTime
impl TryFrom<&Property<'_>> for DatePerhapsTime
impl<'a> Eq for Property<'a>
impl<'a> StructuralPartialEq for Property<'a>
Auto Trait Implementations§
impl<'a> Freeze for Property<'a>
impl<'a> RefUnwindSafe for Property<'a>
impl<'a> Send for Property<'a>
impl<'a> Sync for Property<'a>
impl<'a> Unpin for Property<'a>
impl<'a> UnwindSafe for Property<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)