pub struct ConfigUser(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ConfigUser
impl AsRef<str> for ConfigUser
Source§impl Clone for ConfigUser
impl Clone for ConfigUser
Source§fn clone(&self) -> ConfigUser
fn clone(&self) -> ConfigUser
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfigUser
impl Debug for ConfigUser
Source§impl Display for ConfigUser
impl Display for ConfigUser
Source§impl Hash for ConfigUser
impl Hash for ConfigUser
Source§impl Ord for ConfigUser
impl Ord for ConfigUser
Source§fn cmp(&self, other: &ConfigUser) -> Ordering
fn cmp(&self, other: &ConfigUser) -> Ordering
1.21.0 (const: unstable) · 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 ConfigUser
impl PartialEq for ConfigUser
Source§fn eq(&self, other: &ConfigUser) -> bool
fn eq(&self, other: &ConfigUser) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConfigUser
impl PartialOrd for ConfigUser
impl Eq for ConfigUser
impl StructuralPartialEq for ConfigUser
Auto Trait Implementations§
impl Freeze for ConfigUser
impl RefUnwindSafe for ConfigUser
impl Send for ConfigUser
impl Sync for ConfigUser
impl Unpin for ConfigUser
impl UnsafeUnpin for ConfigUser
impl UnwindSafe for ConfigUser
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