Struct naga::valid::handles::FwdDepError
source · pub struct FwdDepError {
subject: Handle<()>,
subject_kind: &'static str,
depends_on: Handle<()>,
depends_on_kind: &'static str,
}
Fields§
§subject: Handle<()>
§subject_kind: &'static str
§depends_on: Handle<()>
§depends_on_kind: &'static str
Trait Implementations§
source§impl Clone for FwdDepError
impl Clone for FwdDepError
source§fn clone(&self) -> FwdDepError
fn clone(&self) -> FwdDepError
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 FwdDepError
impl Debug for FwdDepError
source§impl Display for FwdDepError
impl Display for FwdDepError
source§impl Error for FwdDepError
impl Error for FwdDepError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<FwdDepError> for InvalidHandleError
impl From<FwdDepError> for InvalidHandleError
source§fn from(source: FwdDepError) -> Self
fn from(source: FwdDepError) -> Self
Converts to this type from the input type.
source§impl From<FwdDepError> for ValidationError
impl From<FwdDepError> for ValidationError
source§fn from(source: FwdDepError) -> Self
fn from(source: FwdDepError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FwdDepError
impl RefUnwindSafe for FwdDepError
impl Send for FwdDepError
impl Sync for FwdDepError
impl Unpin for FwdDepError
impl UnwindSafe for FwdDepError
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