pub struct UserRequestType;Expand description
UserRequestType (924).
Implementations§
Source§impl UserRequestType
impl UserRequestType
pub const LOGONUSER: i64 = 1
pub const LOGOFFUSER: i64 = 2
pub const CHANGEPASSWORDFORUSER: i64 = 3
pub const REQUESTINDIVIDUALUSERSTATUS: i64 = 4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserRequestType
impl RefUnwindSafe for UserRequestType
impl Send for UserRequestType
impl Sync for UserRequestType
impl Unpin for UserRequestType
impl UnsafeUnpin for UserRequestType
impl UnwindSafe for UserRequestType
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