Struct chandeliers_err::error::GraphUnitUndeclared
source · pub struct GraphUnitUndeclared<Unit> {
pub unit: Unit,
}Expand description
Error for an object that should have been declared but was not.
Fields§
§unit: UnitMissing object and site where usage was attempted.
Trait Implementations§
Auto Trait Implementations§
impl<Unit> RefUnwindSafe for GraphUnitUndeclared<Unit>where Unit: RefUnwindSafe,
impl<Unit> Send for GraphUnitUndeclared<Unit>where Unit: Send,
impl<Unit> Sync for GraphUnitUndeclared<Unit>where Unit: Sync,
impl<Unit> Unpin for GraphUnitUndeclared<Unit>where Unit: Unpin,
impl<Unit> UnwindSafe for GraphUnitUndeclared<Unit>where Unit: UnwindSafe,
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