pub struct PathContext {
pub base_absolute: String,
pub entry_absolute: String,
pub entry_relative: String,
}Expand description
[POL]: Kontekst ścieżki roboczej - oblicza relacje między terminalem a celem skanowania. [ENG]: Working path context - calculates relations between terminal and scan target.
Fields§
§base_absolute: String§entry_absolute: String§entry_relative: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathContext
impl RefUnwindSafe for PathContext
impl Send for PathContext
impl Sync for PathContext
impl Unpin for PathContext
impl UnsafeUnpin for PathContext
impl UnwindSafe for PathContext
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