pub struct EntryPoint {
pub name: String,
pub typee: String,
pub exec: String,
pub icon: String,
pub categories: String,
}Fields§
§name: String§typee: String§exec: String§icon: String§categories: StringImplementations§
Source§impl EntryPoint
impl EntryPoint
pub fn get_content(&mut self) -> String
Auto Trait Implementations§
impl Freeze for EntryPoint
impl RefUnwindSafe for EntryPoint
impl Send for EntryPoint
impl Sync for EntryPoint
impl Unpin for EntryPoint
impl UnsafeUnpin for EntryPoint
impl UnwindSafe for EntryPoint
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