pub enum AssignOp {
AssignVar,
AssignSignal,
AssignConstraintSignal,
}Variants
AssignVar
AssignSignal
AssignConstraintSignal
Implementations
sourceimpl AssignOp
impl AssignOp
pub fn is_signal_operator(self) -> bool
Trait Implementations
sourceimpl PartialEq<AssignOp> for AssignOp
impl PartialEq<AssignOp> for AssignOp
impl Copy for AssignOp
impl Eq for AssignOp
impl StructuralEq for AssignOp
impl StructuralPartialEq for AssignOp
Auto Trait Implementations
impl RefUnwindSafe for AssignOp
impl Send for AssignOp
impl Sync for AssignOp
impl Unpin for AssignOp
impl UnwindSafe for AssignOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more