pub struct NativeOperatorRegistry { /* private fields */ }Implementations§
Source§impl NativeOperatorRegistry
impl NativeOperatorRegistry
pub fn insert( &mut self, key: NativeOperatorKey, registration: NativeOperatorRegistration, ) -> Option<NativeOperatorRegistration>
pub fn get( &self, key: &NativeOperatorKey, ) -> Option<&NativeOperatorRegistration>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
Trait Implementations§
Source§impl Clone for NativeOperatorRegistry
impl Clone for NativeOperatorRegistry
Source§fn clone(&self) -> NativeOperatorRegistry
fn clone(&self) -> NativeOperatorRegistry
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 NativeOperatorRegistry
impl Debug for NativeOperatorRegistry
Source§impl Default for NativeOperatorRegistry
impl Default for NativeOperatorRegistry
Source§fn default() -> NativeOperatorRegistry
fn default() -> NativeOperatorRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NativeOperatorRegistry
impl RefUnwindSafe for NativeOperatorRegistry
impl Send for NativeOperatorRegistry
impl Sync for NativeOperatorRegistry
impl Unpin for NativeOperatorRegistry
impl UnsafeUnpin for NativeOperatorRegistry
impl UnwindSafe for NativeOperatorRegistry
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