pub struct CustomSelector<'a> {
pub prefix_arg: Option<CustomSelectorArg<'a>>,
pub name: Ident<'a>,
pub args: Option<CustomSelectorArgs<'a>>,
pub span: Span,
}Fields§
§prefix_arg: Option<CustomSelectorArg<'a>>§name: Ident<'a>§args: Option<CustomSelectorArgs<'a>>§span: SpanImplementations§
§impl<'a> CustomSelector<'a>
impl<'a> CustomSelector<'a>
Trait Implementations§
Source§impl<'a> Debug for CustomSelector<'a>
impl<'a> Debug for CustomSelector<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CustomSelector<'a>
impl<'a> !Send for CustomSelector<'a>
impl<'a> !UnwindSafe for CustomSelector<'a>
impl<'a> Freeze for CustomSelector<'a>
impl<'a> Sync for CustomSelector<'a>
impl<'a> Unpin for CustomSelector<'a>
impl<'a> UnsafeUnpin for CustomSelector<'a>
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