pub struct JsonRRDL {}
Expand description
A parser for the RapidRecastDefinition Language in JSON
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonRRDL
impl RefUnwindSafe for JsonRRDL
impl Send for JsonRRDL
impl Sync for JsonRRDL
impl Unpin for JsonRRDL
impl UnwindSafe for JsonRRDL
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