pub struct SimpleSelector {
pub tag_name: Option<String>,
pub id: Option<String>,
pub classes: Vec<String>,
}Expand description
A simple CSS selector
Fields§
§tag_name: Option<String>§id: Option<String>§classes: Vec<String>Trait Implementations§
Source§impl Clone for SimpleSelector
impl Clone for SimpleSelector
Source§fn clone(&self) -> SimpleSelector
fn clone(&self) -> SimpleSelector
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleSelector
impl Debug for SimpleSelector
Source§impl Default for SimpleSelector
impl Default for SimpleSelector
Source§fn default() -> SimpleSelector
fn default() -> SimpleSelector
Returns the “default value” for a type. Read more
Source§impl PartialEq for SimpleSelector
impl PartialEq for SimpleSelector
impl Eq for SimpleSelector
impl StructuralPartialEq for SimpleSelector
Auto Trait Implementations§
impl Freeze for SimpleSelector
impl RefUnwindSafe for SimpleSelector
impl Send for SimpleSelector
impl Sync for SimpleSelector
impl Unpin for SimpleSelector
impl UnwindSafe for SimpleSelector
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)