pub struct ElementKey {
pub etype: ElementType,
pub classes: Vec<String>,
}Fields§
§etype: ElementType§classes: Vec<String>Trait Implementations§
Source§impl Clone for ElementKey
impl Clone for ElementKey
Source§fn clone(&self) -> ElementKey
fn clone(&self) -> ElementKey
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 ElementKey
impl Debug for ElementKey
Source§impl<'de> Deserialize<'de> for ElementKey
impl<'de> Deserialize<'de> for ElementKey
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ElementKey
impl Display for ElementKey
Auto Trait Implementations§
impl Freeze for ElementKey
impl RefUnwindSafe for ElementKey
impl Send for ElementKey
impl Sync for ElementKey
impl Unpin for ElementKey
impl UnwindSafe for ElementKey
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