pub enum SubstanceGetError {
Generic(String),
Conformance(Number, Number),
}
Variants§
Auto Trait Implementations§
impl Freeze for SubstanceGetError
impl RefUnwindSafe for SubstanceGetError
impl Send for SubstanceGetError
impl Sync for SubstanceGetError
impl Unpin for SubstanceGetError
impl UnwindSafe for SubstanceGetError
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