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