pub struct LengthNormalisation { /* private fields */ }Expand description
Controls document length normalisation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LengthNormalisation
impl RefUnwindSafe for LengthNormalisation
impl Send for LengthNormalisation
impl Sync for LengthNormalisation
impl Unpin for LengthNormalisation
impl UnwindSafe for LengthNormalisation
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