pub struct PathFileType {
pub icon: &'static str,
pub md_lang: &'static str,
}Expand description
Struktura przechowująca metadane dla danego typu pliku
Fields§
§icon: &'static str§md_lang: &'static strAuto Trait Implementations§
impl Freeze for PathFileType
impl RefUnwindSafe for PathFileType
impl Send for PathFileType
impl Sync for PathFileType
impl Unpin for PathFileType
impl UnsafeUnpin for PathFileType
impl UnwindSafe for PathFileType
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