pub enum UnaryOpKind {
Neg,
Plus,
}Variants§
Trait Implementations§
Source§impl Clone for UnaryOpKind
impl Clone for UnaryOpKind
Source§fn clone(&self) -> UnaryOpKind
fn clone(&self) -> UnaryOpKind
Returns a duplicate of the value. Read more
1.0.0 · 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 UnaryOpKind
impl Debug for UnaryOpKind
Source§impl<'de> Deserialize<'de> for UnaryOpKind
impl<'de> Deserialize<'de> for UnaryOpKind
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
Source§impl PartialEq for UnaryOpKind
impl PartialEq for UnaryOpKind
Source§impl Serialize for UnaryOpKind
impl Serialize for UnaryOpKind
impl StructuralPartialEq for UnaryOpKind
Auto Trait Implementations§
impl Freeze for UnaryOpKind
impl RefUnwindSafe for UnaryOpKind
impl Send for UnaryOpKind
impl Sync for UnaryOpKind
impl Unpin for UnaryOpKind
impl UnsafeUnpin for UnaryOpKind
impl UnwindSafe for UnaryOpKind
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