pub struct StrFunction { /* private fields */ }Expand description
The STR function.
Implementations§
Trait Implementations§
Source§impl Callable for StrFunction
impl Callable for StrFunction
Auto Trait Implementations§
impl Freeze for StrFunction
impl RefUnwindSafe for StrFunction
impl !Send for StrFunction
impl !Sync for StrFunction
impl Unpin for StrFunction
impl UnsafeUnpin for StrFunction
impl UnwindSafe for StrFunction
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