pub struct LenFunction;Trait Implementations§
Source§impl Rule for LenFunction
impl Rule 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