pub struct PropertyValue(/* private fields */);Expand description
A property value payload.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PropertyValue
impl AsRef<str> for PropertyValue
Source§impl Clone for PropertyValue
impl Clone for PropertyValue
Source§fn clone(&self) -> PropertyValue
fn clone(&self) -> PropertyValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PropertyValue
impl Debug for PropertyValue
Source§impl Default for PropertyValue
impl Default for PropertyValue
Source§fn default() -> PropertyValue
fn default() -> PropertyValue
Returns the “default value” for a type. Read more
Source§impl Display for PropertyValue
impl Display for PropertyValue
Source§impl From<&str> for PropertyValue
impl From<&str> for PropertyValue
Source§impl From<String> for PropertyValue
impl From<String> for PropertyValue
Source§impl Hash for PropertyValue
impl Hash for PropertyValue
Source§impl Ord for PropertyValue
impl Ord for PropertyValue
Source§fn cmp(&self, other: &PropertyValue) -> Ordering
fn cmp(&self, other: &PropertyValue) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PropertyValue
impl PartialEq for PropertyValue
Source§fn eq(&self, other: &PropertyValue) -> bool
fn eq(&self, other: &PropertyValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyValue
impl PartialOrd for PropertyValue
impl Eq for PropertyValue
impl StructuralPartialEq for PropertyValue
Auto Trait Implementations§
impl Freeze for PropertyValue
impl RefUnwindSafe for PropertyValue
impl Send for PropertyValue
impl Sync for PropertyValue
impl Unpin for PropertyValue
impl UnsafeUnpin for PropertyValue
impl UnwindSafe for PropertyValue
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