pub enum SCRIPT_STRING_ANALYSIS__ {}
Auto Trait Implementations§
impl Freeze for SCRIPT_STRING_ANALYSIS__
impl RefUnwindSafe for SCRIPT_STRING_ANALYSIS__
impl Send for SCRIPT_STRING_ANALYSIS__
impl Sync for SCRIPT_STRING_ANALYSIS__
impl Unpin for SCRIPT_STRING_ANALYSIS__
impl UnwindSafe for SCRIPT_STRING_ANALYSIS__
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