pub struct SystemGenerationResponse {
pub system: GeneratedSystem,
}Expand description
Response for system generation endpoint
Fields§
§system: GeneratedSystemGenerated system
Trait Implementations§
Source§impl Debug for SystemGenerationResponse
impl Debug for SystemGenerationResponse
Auto Trait Implementations§
impl Freeze for SystemGenerationResponse
impl RefUnwindSafe for SystemGenerationResponse
impl Send for SystemGenerationResponse
impl Sync for SystemGenerationResponse
impl Unpin for SystemGenerationResponse
impl UnsafeUnpin for SystemGenerationResponse
impl UnwindSafe for SystemGenerationResponse
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