pub enum BaseApiV2 {
RoleCreate(String),
RoleUpdate(String, String),
RoleList(String),
}Expand description
Base API V2 端点枚举
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for BaseApiV2
Auto Trait Implementations§
impl Freeze for BaseApiV2
impl RefUnwindSafe for BaseApiV2
impl Send for BaseApiV2
impl Sync for BaseApiV2
impl Unpin for BaseApiV2
impl UnsafeUnpin for BaseApiV2
impl UnwindSafe for BaseApiV2
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