pub enum AppApiV1 {
AppGet,
}Expand description
应用 API V1 端点枚举
Variants§
AppGet
获取应用详情
Implementations§
Trait Implementations§
impl StructuralPartialEq for AppApiV1
Auto Trait Implementations§
impl Freeze for AppApiV1
impl RefUnwindSafe for AppApiV1
impl Send for AppApiV1
impl Sync for AppApiV1
impl Unpin for AppApiV1
impl UnsafeUnpin for AppApiV1
impl UnwindSafe for AppApiV1
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