pub struct EnableUser {
pub ref: UserId,
}Fields§
§ref: UserIdTrait Implementations§
Source§impl Clone for EnableUser
impl Clone for EnableUser
Source§fn clone(&self) -> EnableUser
fn clone(&self) -> EnableUser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnableUser
impl Debug for EnableUser
Source§impl Hash for EnableUser
impl Hash for EnableUser
Source§impl Ord for EnableUser
impl Ord for EnableUser
Source§fn cmp(&self, other: &EnableUser) -> Ordering
fn cmp(&self, other: &EnableUser) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnableUser
impl PartialEq for EnableUser
Source§impl PartialOrd for EnableUser
impl PartialOrd for EnableUser
impl Eq for EnableUser
impl StructuralPartialEq for EnableUser
Auto Trait Implementations§
impl Freeze for EnableUser
impl RefUnwindSafe for EnableUser
impl Send for EnableUser
impl Sync for EnableUser
impl Unpin for EnableUser
impl UnwindSafe for EnableUser
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