pub struct GroupService {
pub v1: V1,
}Expand description
Fields§
§v1: V1v1版本API服务
Implementations§
Auto Trait Implementations§
impl Freeze for GroupService
impl !RefUnwindSafe for GroupService
impl Send for GroupService
impl Sync for GroupService
impl Unpin for GroupService
impl !UnwindSafe for GroupService
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