pub struct PackFileRef {
pub path: String,
}
Fields§
§path: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackFileRef
impl RefUnwindSafe for PackFileRef
impl Send for PackFileRef
impl Sync for PackFileRef
impl Unpin for PackFileRef
impl UnwindSafe for PackFileRef
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