Struct dust_lib::tools::data_formats::FromToml
source · pub struct FromToml;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FromToml
impl Send for FromToml
impl Sync for FromToml
impl Unpin for FromToml
impl UnwindSafe for FromToml
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