pub struct SubpropertyEntry {
pub ty: PropertyType,
/* private fields */
}
Fields§
§ty: PropertyType
Trait Implementations§
Source§impl Clone for SubpropertyEntry
impl Clone for SubpropertyEntry
Source§fn clone(&self) -> SubpropertyEntry
fn clone(&self) -> SubpropertyEntry
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 SubpropertyEntry
impl Debug for SubpropertyEntry
Source§impl<'de> Deserialize<'de> for SubpropertyEntry
impl<'de> Deserialize<'de> for SubpropertyEntry
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 Hash for SubpropertyEntry
impl Hash for SubpropertyEntry
Source§impl PartialEq for SubpropertyEntry
impl PartialEq for SubpropertyEntry
Source§impl Serialize for SubpropertyEntry
impl Serialize for SubpropertyEntry
impl Eq for SubpropertyEntry
impl StructuralPartialEq for SubpropertyEntry
Auto Trait Implementations§
impl Freeze for SubpropertyEntry
impl RefUnwindSafe for SubpropertyEntry
impl Send for SubpropertyEntry
impl Sync for SubpropertyEntry
impl Unpin for SubpropertyEntry
impl UnwindSafe for SubpropertyEntry
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