pub struct ModelGraph {
pub graph: Graph,
pub info: ModelInfo,
}Expand description
A fully-built model graph ready for execution.
Fields§
§graph: Graph§info: ModelInfoAuto Trait Implementations§
impl Freeze for ModelGraph
impl !RefUnwindSafe for ModelGraph
impl Send for ModelGraph
impl Sync for ModelGraph
impl Unpin for ModelGraph
impl UnsafeUnpin for ModelGraph
impl !UnwindSafe for ModelGraph
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