pub struct ApiGenerationResult {
pub functions: Vec<ApiFunction>,
pub response_types: Vec<TypeScriptType>,
}Fields§
§functions: Vec<ApiFunction>§response_types: Vec<TypeScriptType>Auto Trait Implementations§
impl Freeze for ApiGenerationResult
impl RefUnwindSafe for ApiGenerationResult
impl Send for ApiGenerationResult
impl Sync for ApiGenerationResult
impl Unpin for ApiGenerationResult
impl UnwindSafe for ApiGenerationResult
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