pub struct ClientName {
pub user: String,
pub application: String,
pub component: String,
}
Expand description
Client name
Fields§
§user: String
§application: String
§component: String
Implementations§
Trait Implementations§
Source§impl Clone for ClientName
impl Clone for ClientName
Source§fn clone(&self) -> ClientName
fn clone(&self) -> ClientName
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 moreAuto Trait Implementations§
impl Freeze for ClientName
impl RefUnwindSafe for ClientName
impl Send for ClientName
impl Sync for ClientName
impl Unpin for ClientName
impl UnwindSafe for ClientName
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