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