pub enum InternParams {
Utf8(usize),
None,
}
Variants§
Auto Trait Implementations§
impl Freeze for InternParams
impl RefUnwindSafe for InternParams
impl Send for InternParams
impl Sync for InternParams
impl Unpin for InternParams
impl UnwindSafe for InternParams
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