pub struct ExpressionEngineRegistry { /* private fields */ }Expand description
Registry of expression engines, keyed by prefix.
Implementations§
Trait Implementations§
Source§impl Clone for ExpressionEngineRegistry
impl Clone for ExpressionEngineRegistry
Source§fn clone(&self) -> ExpressionEngineRegistry
fn clone(&self) -> ExpressionEngineRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExpressionEngineRegistry
impl Default for ExpressionEngineRegistry
Source§fn default() -> ExpressionEngineRegistry
fn default() -> ExpressionEngineRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpressionEngineRegistry
impl !RefUnwindSafe for ExpressionEngineRegistry
impl Send for ExpressionEngineRegistry
impl Sync for ExpressionEngineRegistry
impl Unpin for ExpressionEngineRegistry
impl UnsafeUnpin for ExpressionEngineRegistry
impl !UnwindSafe for ExpressionEngineRegistry
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