Struct makepad_code_editor::settings::Settings
source · pub struct Settings {
pub tab_column_count: usize,
pub fold_level: usize,
}
Fields§
§tab_column_count: usize
§fold_level: usize
Trait Implementations§
source§impl PartialEq<Settings> for Settings
impl PartialEq<Settings> for Settings
impl Copy for Settings
impl Eq for Settings
impl StructuralEq for Settings
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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