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