pub struct AdminDeptStatService { /* private fields */ }Expand description
admin_dept_stat 资源服务
Implementations§
Trait Implementations§
Source§impl Clone for AdminDeptStatService
impl Clone for AdminDeptStatService
Source§fn clone(&self) -> AdminDeptStatService
fn clone(&self) -> AdminDeptStatService
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 AdminDeptStatService
impl !UnwindSafe for AdminDeptStatService
impl Freeze for AdminDeptStatService
impl Send for AdminDeptStatService
impl Sync for AdminDeptStatService
impl Unpin for AdminDeptStatService
impl UnsafeUnpin for AdminDeptStatService
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