#[repr(u32)]pub enum TexprUnop {
Neg = 6,
}Variants§
Neg = 6
Trait Implementations§
impl Copy for TexprUnop
impl Eq for TexprUnop
impl StructuralPartialEq for TexprUnop
Auto Trait Implementations§
impl Freeze for TexprUnop
impl RefUnwindSafe for TexprUnop
impl Send for TexprUnop
impl Sync for TexprUnop
impl Unpin for TexprUnop
impl UnwindSafe for TexprUnop
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