pub struct SdkGenerator;Expand description
前端SDK生成器
负责根据API元数据生成TypeScript SDK
Implementations§
Auto Trait Implementations§
impl Freeze for SdkGenerator
impl RefUnwindSafe for SdkGenerator
impl Send for SdkGenerator
impl Sync for SdkGenerator
impl Unpin for SdkGenerator
impl UnsafeUnpin for SdkGenerator
impl UnwindSafe for SdkGenerator
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