pub struct NoEq<T>(_);
Expand description
Wrapper type that indicates that the inner type is not equal to anything
Implementations
sourceimpl NoEq<Arc<dyn FunctionOutputField + 'static>>
impl NoEq<Arc<dyn FunctionOutputField + 'static>>
pub fn same_type() -> NoEq<Arc<dyn FunctionOutputField + 'static>>
pub fn from_type(dt: DataType) -> NoEq<Arc<dyn FunctionOutputField + 'static>>
pub fn map_field<F>(f: F) -> NoEq<Arc<dyn FunctionOutputField + 'static>> where
F: 'static + Fn(&Field) -> Field + Send + Sync,
pub fn map_fields<F>(f: F) -> NoEq<Arc<dyn FunctionOutputField + 'static>> where
F: 'static + Fn(&[Field]) -> Field + Send + Sync,
pub fn map_dtype<F>(f: F) -> NoEq<Arc<dyn FunctionOutputField + 'static>> where
F: 'static + Fn(&DataType) -> DataType + Send + Sync,
pub fn super_type() -> NoEq<Arc<dyn FunctionOutputField + 'static>>
pub fn map_dtypes<F>(f: F) -> NoEq<Arc<dyn FunctionOutputField + 'static>> where
F: 'static + Fn(&[&DataType]) -> DataType + Send + Sync,
Trait Implementations
sourceimpl Default for NoEq<Arc<dyn BinaryUdfOutputField + 'static>>
impl Default for NoEq<Arc<dyn BinaryUdfOutputField + 'static>>
sourceimpl Default for NoEq<Arc<dyn SeriesBinaryUdf + 'static>>
impl Default for NoEq<Arc<dyn SeriesBinaryUdf + 'static>>
sourceimpl Default for NoEq<Arc<dyn FunctionOutputField + 'static>>
impl Default for NoEq<Arc<dyn FunctionOutputField + 'static>>
Auto Trait Implementations
impl<T> RefUnwindSafe for NoEq<T> where
T: RefUnwindSafe,
impl<T> Send for NoEq<T> where
T: Send,
impl<T> Sync for NoEq<T> where
T: Sync,
impl<T> Unpin for NoEq<T> where
T: Unpin,
impl<T> UnwindSafe for NoEq<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more