pub struct PropertyRef {
pub name: String,
}
Expand description
Represents a <PropertyRef>
tag
Fields§
§name: String
Trait Implementations§
Source§impl Clone for PropertyRef
impl Clone for PropertyRef
Source§fn clone(&self) -> PropertyRef
fn clone(&self) -> PropertyRef
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 PropertyRef
impl Debug for PropertyRef
Source§impl<'de> Deserialize<'de> for PropertyRef
impl<'de> Deserialize<'de> for PropertyRef
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 Ord for PropertyRef
impl Ord for PropertyRef
Source§fn cmp(&self, other: &PropertyRef) -> Ordering
fn cmp(&self, other: &PropertyRef) -> Ordering
1.21.0 · 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 PropertyRef
impl PartialEq for PropertyRef
Source§impl PartialOrd for PropertyRef
impl PartialOrd for PropertyRef
Source§impl Serialize for PropertyRef
impl Serialize for PropertyRef
impl Eq for PropertyRef
impl StructuralPartialEq for PropertyRef
Auto Trait Implementations§
impl Freeze for PropertyRef
impl RefUnwindSafe for PropertyRef
impl Send for PropertyRef
impl Sync for PropertyRef
impl Unpin for PropertyRef
impl UnwindSafe for PropertyRef
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