pub struct QwenBlock;Expand description
Minimal Qwen block composition (same block primitives at this stage).
Implementations§
Auto Trait Implementations§
impl Freeze for QwenBlock
impl RefUnwindSafe for QwenBlock
impl Send for QwenBlock
impl Sync for QwenBlock
impl Unpin for QwenBlock
impl UnsafeUnpin for QwenBlock
impl UnwindSafe for QwenBlock
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