pub struct PathValue {
pub sig: String,
pub path: String,
}Expand description
Значение Pth (file path): сигнатура + путь (зеркало { sig, path }).
Fields§
§sig: String§path: StringTrait Implementations§
impl Eq for PathValue
impl StructuralPartialEq for PathValue
Auto Trait Implementations§
impl Freeze for PathValue
impl RefUnwindSafe for PathValue
impl Send for PathValue
impl Sync for PathValue
impl Unpin for PathValue
impl UnsafeUnpin for PathValue
impl UnwindSafe for PathValue
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