pub struct Found {
pub name: String,
pub dir: String,
pub placement: Placement,
pub path: PathBuf,
}Fields§
§name: StringWhat the service is called: what you type after rst up.
dir: StringThe folder on disk, which is not always what you would call the app.
placement: Placement§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Found
impl RefUnwindSafe for Found
impl Send for Found
impl Sync for Found
impl Unpin for Found
impl UnsafeUnpin for Found
impl UnwindSafe for Found
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