pub struct Selector {
pub kind: SelectorKind,
pub as_id: Option<Name>,
}
Fields§
§kind: SelectorKind
§as_id: Option<Name>
Implementations§
Trait Implementations§
Source§impl<'a> CustomToTokens<'a> for Selector
impl<'a> CustomToTokens<'a> for Selector
Source§impl ToTokens for Selector
impl ToTokens for Selector
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for Selector
impl StructuralPartialEq for Selector
Auto Trait Implementations§
impl Freeze for Selector
impl RefUnwindSafe for Selector
impl Send for Selector
impl Sync for Selector
impl Unpin for Selector
impl UnwindSafe for Selector
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