Struct liquid_json::LiquidJson
source · pub struct LiquidJson { /* private fields */ }Expand description
A JSON structured Liquid template.
Implementations§
Trait Implementations§
source§impl Debug for LiquidJson
impl Debug for LiquidJson
source§impl PartialEq<LiquidJson> for LiquidJson
impl PartialEq<LiquidJson> for LiquidJson
Auto Trait Implementations§
impl !RefUnwindSafe for LiquidJson
impl Send for LiquidJson
impl Sync for LiquidJson
impl Unpin for LiquidJson
impl !UnwindSafe for LiquidJson
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