pub struct PropertyItems {
pub value: Option<String>,
}Expand description
Reference: https://schema.org/PropertyValue
Fields§
§value: Option<String>Implementations§
Source§impl PropertyItems
impl PropertyItems
Trait Implementations§
Source§impl Clone for PropertyItems
impl Clone for PropertyItems
Source§fn clone(&self) -> PropertyItems
fn clone(&self) -> PropertyItems
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropertyItems
impl Debug for PropertyItems
Source§impl PartialEq for PropertyItems
impl PartialEq for PropertyItems
impl StructuralPartialEq for PropertyItems
Auto Trait Implementations§
impl Freeze for PropertyItems
impl RefUnwindSafe for PropertyItems
impl Send for PropertyItems
impl Sync for PropertyItems
impl Unpin for PropertyItems
impl UnwindSafe for PropertyItems
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