pub struct SettingsContext {
pub object_cache: HashMap<Box<str>, Object>,
pub layers: Vec<LayerInfo>,
pub anchors: HashMap<Box<str>, usize>,
}Fields§
§object_cache: HashMap<Box<str>, Object>§layers: Vec<LayerInfo>§anchors: HashMap<Box<str>, usize>Implementations§
Trait Implementations§
Source§impl Default for SettingsContext
impl Default for SettingsContext
Source§fn default() -> SettingsContext
fn default() -> SettingsContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SettingsContext
impl RefUnwindSafe for SettingsContext
impl Send for SettingsContext
impl Sync for SettingsContext
impl Unpin for SettingsContext
impl UnwindSafe for SettingsContext
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