pub struct DefaultSubstituter;Expand description
Default implementation of Substituter. It supports several useful variables:
any- replaced by input value from the Request.identity- replaced by identity value from the Request.operation- replaced by operation value from the Request.
Trait Implementations§
Source§impl Debug for DefaultSubstituter
impl Debug for DefaultSubstituter
Auto Trait Implementations§
impl Freeze for DefaultSubstituter
impl RefUnwindSafe for DefaultSubstituter
impl Send for DefaultSubstituter
impl Sync for DefaultSubstituter
impl Unpin for DefaultSubstituter
impl UnwindSafe for DefaultSubstituter
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