Enum rust_hdl::core::check_error::CheckError
source · [−]Variants
OpenSignal(OpenMap)
LogicLoops(LoopMap)
Trait Implementations
sourceimpl Clone for CheckError
impl Clone for CheckError
sourcefn clone(&self) -> CheckError
fn clone(&self) -> CheckError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CheckError
impl Debug for CheckError
sourceimpl From<CheckError> for SimError
impl From<CheckError> for SimError
sourcefn from(x: CheckError) -> Self
fn from(x: CheckError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CheckError> for CheckError
impl PartialEq<CheckError> for CheckError
sourcefn eq(&self, other: &CheckError) -> bool
fn eq(&self, other: &CheckError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for CheckError
Auto Trait Implementations
impl RefUnwindSafe for CheckError
impl Send for CheckError
impl Sync for CheckError
impl Unpin for CheckError
impl UnwindSafe for CheckError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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