pub struct User { /* private fields */ }
Expand description
Expects system user id or name. If name is provided it will be resolved to id later.
Trait Implementations§
source§impl Ord for User
impl Ord for User
source§impl PartialEq<User> for User
impl PartialEq<User> for User
source§impl PartialOrd<User> for User
impl PartialOrd<User> for User
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for User
impl StructuralEq for User
impl StructuralPartialEq for User
Auto Trait Implementations§
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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