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