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