pub struct KernelName(/* private fields */);Expand description
Stable user-facing name of a computational kernel.
Implementations§
Trait Implementations§
Source§impl Clone for KernelName
impl Clone for KernelName
Source§fn clone(&self) -> KernelName
fn clone(&self) -> KernelName
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 KernelName
impl Debug for KernelName
Source§impl<'de> Deserialize<'de> for KernelName
impl<'de> Deserialize<'de> for KernelName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for KernelName
Source§impl Hash for KernelName
impl Hash for KernelName
Source§impl PartialEq for KernelName
impl PartialEq for KernelName
Source§impl Serialize for KernelName
impl Serialize for KernelName
impl StructuralPartialEq for KernelName
Auto Trait Implementations§
impl Freeze for KernelName
impl RefUnwindSafe for KernelName
impl Send for KernelName
impl Sync for KernelName
impl Unpin for KernelName
impl UnsafeUnpin for KernelName
impl UnwindSafe for KernelName
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