pub struct Entry {
pub setting: Cow<'static, Setting>,
pub value: Option<SettingValue>,
}
Fields§
§setting: Cow<'static, Setting>
§value: Option<SettingValue>
Trait Implementations§
Source§impl TryFrom<MsgSettingsReadByIndexResp> for Entry
impl TryFrom<MsgSettingsReadByIndexResp> for Entry
Source§impl TryFrom<MsgSettingsReadResp> for Entry
impl TryFrom<MsgSettingsReadResp> for Entry
Source§impl TryFrom<MsgSettingsWriteResp> for Entry
impl TryFrom<MsgSettingsWriteResp> for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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