Struct liquid_json::LiquidJson
source · pub struct LiquidJson { /* private fields */ }Expand description
A JSON structured Liquid template.
Implementations§
Trait Implementations§
source§impl Clone for LiquidJson
impl Clone for LiquidJson
source§fn clone(&self) -> LiquidJson
fn clone(&self) -> LiquidJson
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§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