pub struct AdminUserStatService { /* private fields */ }Expand description
admin_user_stat 资源服务
Implementations§
Trait Implementations§
Source§impl Clone for AdminUserStatService
impl Clone for AdminUserStatService
Source§fn clone(&self) -> AdminUserStatService
fn clone(&self) -> AdminUserStatService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AdminUserStatService
impl !UnwindSafe for AdminUserStatService
impl Freeze for AdminUserStatService
impl Send for AdminUserStatService
impl Sync for AdminUserStatService
impl Unpin for AdminUserStatService
impl UnsafeUnpin for AdminUserStatService
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