pub enum ValueKey<'bp> {
Value,
Attribute(&'bp str),
}
Variants§
Implementations§
Trait Implementations§
impl<'bp> Copy for ValueKey<'bp>
impl<'bp> StructuralPartialEq for ValueKey<'bp>
Auto Trait Implementations§
impl<'bp> Freeze for ValueKey<'bp>
impl<'bp> RefUnwindSafe for ValueKey<'bp>
impl<'bp> Send for ValueKey<'bp>
impl<'bp> Sync for ValueKey<'bp>
impl<'bp> Unpin for ValueKey<'bp>
impl<'bp> UnwindSafe for ValueKey<'bp>
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