pub enum ResolvedUnaryOperatorKind {
Not,
Negate,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedUnaryOperatorKind
impl RefUnwindSafe for ResolvedUnaryOperatorKind
impl Send for ResolvedUnaryOperatorKind
impl Sync for ResolvedUnaryOperatorKind
impl Unpin for ResolvedUnaryOperatorKind
impl UnwindSafe for ResolvedUnaryOperatorKind
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