pub struct NormalizerHitLimits;Trait Implementations§
Source§impl Clone for NormalizerHitLimits
impl Clone for NormalizerHitLimits
Source§fn clone(&self) -> NormalizerHitLimits
fn clone(&self) -> NormalizerHitLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NormalizerHitLimits
impl Debug for NormalizerHitLimits
Source§impl Default for NormalizerHitLimits
impl Default for NormalizerHitLimits
Source§fn default() -> NormalizerHitLimits
fn default() -> NormalizerHitLimits
Returns the “default value” for a type. Read more
Source§impl Display for NormalizerHitLimits
impl Display for NormalizerHitLimits
impl Eq for NormalizerHitLimits
Source§impl Error for NormalizerHitLimits
Available on crate feature std only.
impl Error for NormalizerHitLimits
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for NormalizerHitLimits
impl Hash for NormalizerHitLimits
Source§impl PartialEq for NormalizerHitLimits
impl PartialEq for NormalizerHitLimits
Source§fn eq(&self, other: &NormalizerHitLimits) -> bool
fn eq(&self, other: &NormalizerHitLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for NormalizerHitLimits
impl StructuralPartialEq for NormalizerHitLimits
impl Sync for NormalizerHitLimits
Auto Trait Implementations§
impl Freeze for NormalizerHitLimits
impl RefUnwindSafe for NormalizerHitLimits
impl Unpin for NormalizerHitLimits
impl UnsafeUnpin for NormalizerHitLimits
impl UnwindSafe for NormalizerHitLimits
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