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