pub struct ItemProp(pub Cow<'static, str>);Expand description
A microdata name-value pair (this is the name – either a string or URL; the element’s content is the value).
Tuple Fields§
§0: Cow<'static, str>Trait Implementations§
Source§impl Attributes for ItemProp
impl Attributes for ItemProp
Source§impl Ord for ItemProp
impl Ord for ItemProp
Source§impl PartialOrd for ItemProp
impl PartialOrd for ItemProp
impl Eq for ItemProp
impl StructuralPartialEq for ItemProp
Auto Trait Implementations§
impl Freeze for ItemProp
impl RefUnwindSafe for ItemProp
impl Send for ItemProp
impl Sync for ItemProp
impl Unpin for ItemProp
impl UnwindSafe for ItemProp
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