pub struct HiddenUnicodeCodepoints;

Implementations§

source§

impl HiddenUnicodeCodepoints

source§

impl HiddenUnicodeCodepoints

source

fn lint_text_direction_codepoint( &self, cx: &EarlyContext<'_>, text: Symbol, span: Span, padding: u32, point_at_inner_spans: bool, label: &str )

Trait Implementations§

source§

impl Clone for HiddenUnicodeCodepoints

source§

fn clone(&self) -> HiddenUnicodeCodepoints

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl EarlyLintPass for HiddenUnicodeCodepoints

source§

fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &Attribute)

source§

fn check_expr(&mut self, cx: &EarlyContext<'_>, expr: &Expr)

source§

fn check_param(&mut self, _: &EarlyContext<'_>, _: &Param)

source§

fn check_ident(&mut self, _: &EarlyContext<'_>, _: Ident)

source§

fn check_crate(&mut self, _: &EarlyContext<'_>, _: &Crate)

source§

fn check_crate_post(&mut self, _: &EarlyContext<'_>, _: &Crate)

source§

fn check_item(&mut self, _: &EarlyContext<'_>, _: &Item)

source§

fn check_item_post(&mut self, _: &EarlyContext<'_>, _: &Item)

source§

fn check_local(&mut self, _: &EarlyContext<'_>, _: &Local)

source§

fn check_block(&mut self, _: &EarlyContext<'_>, _: &Block)

source§

fn check_stmt(&mut self, _: &EarlyContext<'_>, _: &Stmt)

source§

fn check_arm(&mut self, _: &EarlyContext<'_>, _: &Arm)

source§

fn check_pat(&mut self, _: &EarlyContext<'_>, _: &Pat)

source§

fn check_pat_post(&mut self, _: &EarlyContext<'_>, _: &Pat)

source§

fn check_expr_post(&mut self, _: &EarlyContext<'_>, _: &Expr)

source§

fn check_ty(&mut self, _: &EarlyContext<'_>, _: &Ty)

source§

fn check_generic_arg(&mut self, _: &EarlyContext<'_>, _: &GenericArg)

source§

fn check_generic_param(&mut self, _: &EarlyContext<'_>, _: &GenericParam)

source§

fn check_generics(&mut self, _: &EarlyContext<'_>, _: &Generics)

source§

fn check_poly_trait_ref(&mut self, _: &EarlyContext<'_>, _: &PolyTraitRef)

source§

fn check_fn(&mut self, _: &EarlyContext<'_>, _: FnKind<'_>, _: Span, _: NodeId)

source§

fn check_trait_item(&mut self, _: &EarlyContext<'_>, _: &AssocItem)

source§

fn check_impl_item(&mut self, _: &EarlyContext<'_>, _: &AssocItem)

source§

fn check_variant(&mut self, _: &EarlyContext<'_>, _: &Variant)

source§

fn check_mac_def(&mut self, _: &EarlyContext<'_>, _: &MacroDef)

source§

fn check_mac(&mut self, _: &EarlyContext<'_>, _: &MacCall)

source§

fn enter_lint_attrs(&mut self, _: &EarlyContext<'_>, _: &[Attribute])

source§

fn exit_lint_attrs(&mut self, _: &EarlyContext<'_>, _: &[Attribute])

source§

fn enter_where_predicate(&mut self, _: &EarlyContext<'_>, _: &WherePredicate)

source§

fn exit_where_predicate(&mut self, _: &EarlyContext<'_>, _: &WherePredicate)

source§

impl LintPass for HiddenUnicodeCodepoints

source§

fn name(&self) -> &'static str

source§

impl Copy for HiddenUnicodeCodepoints

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 0 bytes