pub enum NativeOperatorCppStandard {
Cpp17,
}Variants§
Cpp17
Trait Implementations§
Source§impl Clone for NativeOperatorCppStandard
impl Clone for NativeOperatorCppStandard
Source§fn clone(&self) -> NativeOperatorCppStandard
fn clone(&self) -> NativeOperatorCppStandard
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 moreimpl Copy for NativeOperatorCppStandard
Source§impl Debug for NativeOperatorCppStandard
impl Debug for NativeOperatorCppStandard
Source§impl<'de> Deserialize<'de> for NativeOperatorCppStandard
impl<'de> Deserialize<'de> for NativeOperatorCppStandard
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 NativeOperatorCppStandard
impl StructuralPartialEq for NativeOperatorCppStandard
Auto Trait Implementations§
impl Freeze for NativeOperatorCppStandard
impl RefUnwindSafe for NativeOperatorCppStandard
impl Send for NativeOperatorCppStandard
impl Sync for NativeOperatorCppStandard
impl Unpin for NativeOperatorCppStandard
impl UnsafeUnpin for NativeOperatorCppStandard
impl UnwindSafe for NativeOperatorCppStandard
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