Struct scir::drivers::DriverIssue
source · pub struct DriverIssue { /* private fields */ }
Expand description
An issue identified during validation of an SCIR library.
Implementations§
Trait Implementations§
source§impl Clone for DriverIssue
impl Clone for DriverIssue
source§fn clone(&self) -> DriverIssue
fn clone(&self) -> DriverIssue
Returns a copy 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 DriverIssue
impl Debug for DriverIssue
source§impl<'de> Deserialize<'de> for DriverIssue
impl<'de> Deserialize<'de> for DriverIssue
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 Diagnostic for DriverIssue
impl Diagnostic for DriverIssue
source§impl Display for DriverIssue
impl Display for DriverIssue
source§impl Hash for DriverIssue
impl Hash for DriverIssue
source§impl PartialEq for DriverIssue
impl PartialEq for DriverIssue
source§fn eq(&self, other: &DriverIssue) -> bool
fn eq(&self, other: &DriverIssue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DriverIssue
impl Serialize for DriverIssue
impl Eq for DriverIssue
impl StructuralPartialEq for DriverIssue
Auto Trait Implementations§
impl RefUnwindSafe for DriverIssue
impl Send for DriverIssue
impl Sync for DriverIssue
impl Unpin for DriverIssue
impl UnwindSafe for DriverIssue
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.