pub struct PresetParser;Expand description
Parses, validates, and serializes TOML Preset files.
Implementations§
Auto Trait Implementations§
impl Freeze for PresetParser
impl RefUnwindSafe for PresetParser
impl Send for PresetParser
impl Sync for PresetParser
impl Unpin for PresetParser
impl UnsafeUnpin for PresetParser
impl UnwindSafe for PresetParser
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