pub struct NormalizerSpec {
pub kind: String,
}Fields§
§kind: StringTrait Implementations§
Source§impl Clone for NormalizerSpec
impl Clone for NormalizerSpec
Source§fn clone(&self) -> NormalizerSpec
fn clone(&self) -> NormalizerSpec
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 NormalizerSpec
impl Debug for NormalizerSpec
Source§impl PartialEq for NormalizerSpec
impl PartialEq for NormalizerSpec
Source§fn eq(&self, other: &NormalizerSpec) -> bool
fn eq(&self, other: &NormalizerSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NormalizerSpec
Auto Trait Implementations§
impl Freeze for NormalizerSpec
impl RefUnwindSafe for NormalizerSpec
impl Send for NormalizerSpec
impl Sync for NormalizerSpec
impl Unpin for NormalizerSpec
impl UnsafeUnpin for NormalizerSpec
impl UnwindSafe for NormalizerSpec
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