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> Freeze for GraphUnitUndeclared<unit>where
unit: Freeze,
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