Struct liquid_compiler::LiquidOptions
source · pub struct LiquidOptions {
pub blocks: HashMap<&'static str, BoxedBlockParser>,
pub tags: HashMap<&'static str, BoxedTagParser>,
pub include_source: Box<dyn Include>,
}Fields
blocks: HashMap<&'static str, BoxedBlockParser>include_source: Box<dyn Include>Trait Implementations
sourceimpl Clone for LiquidOptions
impl Clone for LiquidOptions
sourcefn clone(&self) -> LiquidOptions
fn clone(&self) -> LiquidOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for LiquidOptions
impl Default for LiquidOptions
sourcefn default() -> LiquidOptions
fn default() -> LiquidOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LiquidOptions
impl Send for LiquidOptions
impl Sync for LiquidOptions
impl Unpin for LiquidOptions
impl !UnwindSafe for LiquidOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more