pub struct normalize(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for normalize
Auto Trait Implementations§
impl Freeze for normalize
impl RefUnwindSafe for normalize
impl Send for normalize
impl Sync for normalize
impl Unpin for normalize
impl UnwindSafe for normalize
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