pub struct AiSdkV6HistoryEncoder;Implementations§
Source§impl AiSdkV6HistoryEncoder
impl AiSdkV6HistoryEncoder
pub fn encode_message(msg: &Message) -> UIMessage
Auto Trait Implementations§
impl Freeze for AiSdkV6HistoryEncoder
impl RefUnwindSafe for AiSdkV6HistoryEncoder
impl Send for AiSdkV6HistoryEncoder
impl Sync for AiSdkV6HistoryEncoder
impl Unpin for AiSdkV6HistoryEncoder
impl UnwindSafe for AiSdkV6HistoryEncoder
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