pub struct PropertyName(/* private fields */);Expand description
Validation model property name.
Implementations§
Source§impl PropertyName
impl PropertyName
Trait Implementations§
Source§impl Clone for PropertyName
impl Clone for PropertyName
Source§fn clone(&self) -> PropertyName
fn clone(&self) -> PropertyName
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 PropertyName
impl Debug for PropertyName
Source§impl<'de> Deserialize<'de> for PropertyName
impl<'de> Deserialize<'de> for PropertyName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PropertyName> for String
impl From<PropertyName> for String
Source§fn from(value: PropertyName) -> Self
fn from(value: PropertyName) -> Self
Converts to this type from the input type.
Source§impl Hash for PropertyName
impl Hash for PropertyName
Source§impl Ord for PropertyName
impl Ord for PropertyName
Source§fn cmp(&self, other: &PropertyName) -> Ordering
fn cmp(&self, other: &PropertyName) -> 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 PropertyName
impl PartialEq for PropertyName
Source§fn eq(&self, other: &PropertyName) -> bool
fn eq(&self, other: &PropertyName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyName
impl PartialOrd for PropertyName
Source§impl Serialize for PropertyName
impl Serialize for PropertyName
Source§impl TryFrom<String> for PropertyName
impl TryFrom<String> for PropertyName
impl Eq for PropertyName
impl StructuralPartialEq for PropertyName
Auto Trait Implementations§
impl Freeze for PropertyName
impl RefUnwindSafe for PropertyName
impl Send for PropertyName
impl Sync for PropertyName
impl Unpin for PropertyName
impl UnsafeUnpin for PropertyName
impl UnwindSafe for PropertyName
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