pub struct FParentheses<A>(/* private fields */);Expand description
An expression in parentheses. Use p() to create one.
Trait Implementations§
Source§impl<A: Any> Any for FParentheses<A>
impl<A: Any> Any for FParentheses<A>
Source§impl<A: Debug> Debug for FParentheses<A>
impl<A: Debug> Debug for FParentheses<A>
Source§impl<A: Any> Neg for FParentheses<A>
impl<A: Any> Neg for FParentheses<A>
impl<A: Array> Array for FParentheses<A>
impl<A: Criteria> Criteria for FParentheses<A>
impl<A: Database> Database for FParentheses<A>
impl<A: DateTime> DateTime for FParentheses<A>
impl<A: Field> Field for FParentheses<A>
impl<A: Logical> Logical for FParentheses<A>
impl<A: Matrix> Matrix for FParentheses<A>
impl<A: Number> Number for FParentheses<A>
impl<A: NumberOrArray> NumberOrArray for FParentheses<A>
impl<A: Reference> Reference for FParentheses<A>
impl<A: ReferenceOrArray> ReferenceOrArray for FParentheses<A>
impl<A: Scalar> Scalar for FParentheses<A>
impl<A: Sequence> Sequence for FParentheses<A>
impl<A: Text> Text for FParentheses<A>
impl<A: TextOrNumber> TextOrNumber for FParentheses<A>
impl<A: TextOrReference> TextOrReference for FParentheses<A>
Auto Trait Implementations§
impl<A> Freeze for FParentheses<A>where
A: Freeze,
impl<A> RefUnwindSafe for FParentheses<A>where
A: RefUnwindSafe,
impl<A> Send for FParentheses<A>where
A: Send,
impl<A> Sync for FParentheses<A>where
A: Sync,
impl<A> Unpin for FParentheses<A>where
A: Unpin,
impl<A> UnwindSafe for FParentheses<A>where
A: 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