pub struct Qwen4ExpState { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Qwen4ExpState
impl !Send for Qwen4ExpState
impl !Sync for Qwen4ExpState
impl !UnwindSafe for Qwen4ExpState
impl Freeze for Qwen4ExpState
impl Unpin for Qwen4ExpState
impl UnsafeUnpin for Qwen4ExpState
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