pub struct SettingsListElement {
pub value: String,
pub span: Span,
}Expand description
One element of a settings list.
Fields§
§value: String§span: SpanTrait Implementations§
Source§impl Clone for SettingsListElement
impl Clone for SettingsListElement
Source§fn clone(&self) -> SettingsListElement
fn clone(&self) -> SettingsListElement
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 moreAuto Trait Implementations§
impl Freeze for SettingsListElement
impl RefUnwindSafe for SettingsListElement
impl Send for SettingsListElement
impl Sync for SettingsListElement
impl Unpin for SettingsListElement
impl UnsafeUnpin for SettingsListElement
impl UnwindSafe for SettingsListElement
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