pub struct ConsoleUser { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ConsoleUser
impl Clone for ConsoleUser
Source§fn clone(&self) -> ConsoleUser
fn clone(&self) -> ConsoleUser
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 ConsoleUser
impl Debug for ConsoleUser
Source§impl PartialEq for ConsoleUser
impl PartialEq for ConsoleUser
Source§fn eq(&self, other: &ConsoleUser) -> bool
fn eq(&self, other: &ConsoleUser) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConsoleUser
impl StructuralPartialEq for ConsoleUser
Auto Trait Implementations§
impl Freeze for ConsoleUser
impl RefUnwindSafe for ConsoleUser
impl Send for ConsoleUser
impl Sync for ConsoleUser
impl Unpin for ConsoleUser
impl UnsafeUnpin for ConsoleUser
impl UnwindSafe for ConsoleUser
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