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