pub struct NativeOperatorKey {
pub operator: String,
pub backend: NativeOperatorBackend,
}Fields§
§operator: String§backend: NativeOperatorBackendImplementations§
Source§impl NativeOperatorKey
impl NativeOperatorKey
pub fn new(operator: impl Into<String>, backend: NativeOperatorBackend) -> Self
Trait Implementations§
Source§impl Clone for NativeOperatorKey
impl Clone for NativeOperatorKey
Source§fn clone(&self) -> NativeOperatorKey
fn clone(&self) -> NativeOperatorKey
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 Debug for NativeOperatorKey
impl Debug for NativeOperatorKey
impl Eq for NativeOperatorKey
Source§impl Ord for NativeOperatorKey
impl Ord for NativeOperatorKey
Source§fn cmp(&self, other: &NativeOperatorKey) -> Ordering
fn cmp(&self, other: &NativeOperatorKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NativeOperatorKey
impl PartialEq for NativeOperatorKey
Source§impl PartialOrd for NativeOperatorKey
impl PartialOrd for NativeOperatorKey
impl StructuralPartialEq for NativeOperatorKey
Auto Trait Implementations§
impl Freeze for NativeOperatorKey
impl RefUnwindSafe for NativeOperatorKey
impl Send for NativeOperatorKey
impl Sync for NativeOperatorKey
impl Unpin for NativeOperatorKey
impl UnsafeUnpin for NativeOperatorKey
impl UnwindSafe for NativeOperatorKey
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