pub struct AcpDialect;Expand description
ACP dialect helpers.
Implementations§
Source§impl AcpDialect
impl AcpDialect
Sourcepub fn map_message(value: &Value) -> Vec<AcpFragment>
pub fn map_message(value: &Value) -> Vec<AcpFragment>
Map one complete JSON-RPC message value into fragments.
Auto Trait Implementations§
impl Freeze for AcpDialect
impl RefUnwindSafe for AcpDialect
impl Send for AcpDialect
impl Sync for AcpDialect
impl Unpin for AcpDialect
impl UnsafeUnpin for AcpDialect
impl UnwindSafe for AcpDialect
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