pub struct SelectorGroup {
pub raw: String,
pub segments: Vec<SelectorSegment>,
}Fields§
§raw: String§segments: Vec<SelectorSegment>Trait Implementations§
Source§impl Clone for SelectorGroup
impl Clone for SelectorGroup
Source§fn clone(&self) -> SelectorGroup
fn clone(&self) -> SelectorGroup
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 SelectorGroup
impl Debug for SelectorGroup
Source§impl PartialEq for SelectorGroup
impl PartialEq for SelectorGroup
impl Eq for SelectorGroup
impl StructuralPartialEq for SelectorGroup
Auto Trait Implementations§
impl Freeze for SelectorGroup
impl RefUnwindSafe for SelectorGroup
impl Send for SelectorGroup
impl Sync for SelectorGroup
impl Unpin for SelectorGroup
impl UnsafeUnpin for SelectorGroup
impl UnwindSafe for SelectorGroup
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