pub struct SelectorFunction {
pub function: Name,
pub args: Vec<Selector>,
}
Fields§
§function: Name
§args: Vec<Selector>
Implementations§
Trait Implementations§
Source§impl Clone for SelectorFunction
impl Clone for SelectorFunction
Source§fn clone(&self) -> SelectorFunction
fn clone(&self) -> SelectorFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for SelectorFunction
impl<'a> CustomToTokens<'a> for SelectorFunction
Source§impl Debug for SelectorFunction
impl Debug for SelectorFunction
Source§impl Display for SelectorFunction
impl Display for SelectorFunction
Source§impl FromStr for SelectorFunction
impl FromStr for SelectorFunction
Source§impl Parse for SelectorFunction
impl Parse for SelectorFunction
Source§impl PartialEq for SelectorFunction
impl PartialEq for SelectorFunction
Source§impl ToTokens for SelectorFunction
impl ToTokens for SelectorFunction
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 SelectorFunction
impl StructuralPartialEq for SelectorFunction
Auto Trait Implementations§
impl Freeze for SelectorFunction
impl RefUnwindSafe for SelectorFunction
impl Send for SelectorFunction
impl Sync for SelectorFunction
impl Unpin for SelectorFunction
impl UnwindSafe for SelectorFunction
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