pub struct NullTermExpression<H: HostTypes> { /* private fields */ }Expand description
Resolver-absent default TermExpression<H>. Empty marker trait, no methods.
Trait Implementations§
Source§impl<H: Clone + HostTypes> Clone for NullTermExpression<H>
impl<H: Clone + HostTypes> Clone for NullTermExpression<H>
Source§fn clone(&self) -> NullTermExpression<H>
fn clone(&self) -> NullTermExpression<H>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<H: HostTypes> Default for NullTermExpression<H>
impl<H: HostTypes> Default for NullTermExpression<H>
Source§impl<H: PartialEq + HostTypes> PartialEq for NullTermExpression<H>
impl<H: PartialEq + HostTypes> PartialEq for NullTermExpression<H>
Source§fn eq(&self, other: &NullTermExpression<H>) -> bool
fn eq(&self, other: &NullTermExpression<H>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<H: Copy + HostTypes> Copy for NullTermExpression<H>
impl<H: Eq + HostTypes> Eq for NullTermExpression<H>
impl<H: HostTypes> StructuralPartialEq for NullTermExpression<H>
impl<H: HostTypes> TermExpression<H> for NullTermExpression<H>
Auto Trait Implementations§
impl<H> Freeze for NullTermExpression<H>
impl<H> RefUnwindSafe for NullTermExpression<H>where
H: RefUnwindSafe,
impl<H> Send for NullTermExpression<H>where
H: Send,
impl<H> Sync for NullTermExpression<H>where
H: Sync,
impl<H> Unpin for NullTermExpression<H>where
H: Unpin,
impl<H> UnsafeUnpin for NullTermExpression<H>
impl<H> UnwindSafe for NullTermExpression<H>where
H: 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