pub struct XClientParameter {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Trait Implementations§
Source§impl Clone for XClientParameter
impl Clone for XClientParameter
Source§fn clone(&self) -> XClientParameter
fn clone(&self) -> XClientParameter
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 XClientParameter
impl Debug for XClientParameter
Source§impl PartialEq for XClientParameter
impl PartialEq for XClientParameter
Source§impl ToString for XClientParameter
impl ToString for XClientParameter
impl Eq for XClientParameter
impl StructuralPartialEq for XClientParameter
Auto Trait Implementations§
impl Freeze for XClientParameter
impl RefUnwindSafe for XClientParameter
impl Send for XClientParameter
impl Sync for XClientParameter
impl Unpin for XClientParameter
impl UnwindSafe for XClientParameter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more