pub struct SettingsPage {
pub section: String,
pub label: String,
pub help: Option<String>,
}Fields§
§section: String§label: String§help: Option<String>Trait Implementations§
Source§impl Clone for SettingsPage
impl Clone for SettingsPage
Source§fn clone(&self) -> SettingsPage
fn clone(&self) -> SettingsPage
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 SettingsPage
impl Debug for SettingsPage
Auto Trait Implementations§
impl Freeze for SettingsPage
impl RefUnwindSafe for SettingsPage
impl Send for SettingsPage
impl Sync for SettingsPage
impl Unpin for SettingsPage
impl UnsafeUnpin for SettingsPage
impl UnwindSafe for SettingsPage
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