pub struct Glm5NextMtpProposerState { /* private fields */ }Expand description
Per-sequence drafter state: the block’s own indexer cache and KV blocks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Glm5NextMtpProposerState
impl RefUnwindSafe for Glm5NextMtpProposerState
impl Send for Glm5NextMtpProposerState
impl Sync for Glm5NextMtpProposerState
impl Unpin for Glm5NextMtpProposerState
impl UnwindSafe for Glm5NextMtpProposerState
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