Struct syntastica_core::config::Config
source · pub struct Config(_);
Implementations§
source§impl Config
impl Config
pub fn new(highlights: BTreeMap<String, ThemeValue>) -> Self
pub fn into_inner(self) -> BTreeMap<String, ThemeValue>
pub fn resolve_links(self) -> Result<ResolvedConfig>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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