pub struct EnableUserRequest { /* private fields */ }Expand description
启用用户请求
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EnableUserRequest
impl !UnwindSafe for EnableUserRequest
impl Freeze for EnableUserRequest
impl Send for EnableUserRequest
impl Sync for EnableUserRequest
impl Unpin for EnableUserRequest
impl UnsafeUnpin for EnableUserRequest
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