pub struct RealPath {
pub id: u32,
pub path: Utf8PathBuf,
}Fields§
§id: u32§path: Utf8PathBufTrait Implementations§
Source§impl PayloadTrait for RealPath
impl PayloadTrait for RealPath
impl Eq for RealPath
impl StructuralPartialEq for RealPath
Auto Trait Implementations§
impl Freeze for RealPath
impl RefUnwindSafe for RealPath
impl Send for RealPath
impl Sync for RealPath
impl Unpin for RealPath
impl UnwindSafe for RealPath
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