pub struct Fun<Args>(pub &'static str, pub Args);Expand description
A function symbol with a statically known arity.
Tuple Fields§
§0: &'static str§1: ArgsTrait Implementations§
Source§impl<Args: SymbolicArgs> Symbolic for Fun<Args>
impl<Args: SymbolicArgs> Symbolic for Fun<Args>
impl<Args: Copy> Copy for Fun<Args>
impl<Args: Eq> Eq for Fun<Args>
impl<Args> StructuralPartialEq for Fun<Args>
Auto Trait Implementations§
impl<Args> Freeze for Fun<Args>where
Args: Freeze,
impl<Args> RefUnwindSafe for Fun<Args>where
Args: RefUnwindSafe,
impl<Args> Send for Fun<Args>where
Args: Send,
impl<Args> Sync for Fun<Args>where
Args: Sync,
impl<Args> Unpin for Fun<Args>where
Args: Unpin,
impl<Args> UnsafeUnpin for Fun<Args>where
Args: UnsafeUnpin,
impl<Args> UnwindSafe for Fun<Args>where
Args: UnwindSafe,
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