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