pub struct JsonAdapter { /* private fields */ }Expand description
A DataAdapter that parses candle or point data from a JSON string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonAdapter
impl RefUnwindSafe for JsonAdapter
impl Send for JsonAdapter
impl Sync for JsonAdapter
impl Unpin for JsonAdapter
impl UnsafeUnpin for JsonAdapter
impl UnwindSafe for JsonAdapter
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