pub struct SubstringFunction;Trait Implementations§
Source§impl Rule for SubstringFunction
impl Rule for SubstringFunction
Auto Trait Implementations§
impl Freeze for SubstringFunction
impl RefUnwindSafe for SubstringFunction
impl Send for SubstringFunction
impl Sync for SubstringFunction
impl Unpin for SubstringFunction
impl UnsafeUnpin for SubstringFunction
impl UnwindSafe for SubstringFunction
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