pub struct ResolvedLocalFile {
pub path: PathBuf,
pub manifest_path: String,
pub content: String,
pub position: String,
pub optional: bool,
}Fields§
§path: PathBuf§manifest_path: String§content: String§position: String§optional: boolTrait Implementations§
Source§impl Clone for ResolvedLocalFile
impl Clone for ResolvedLocalFile
Source§fn clone(&self) -> ResolvedLocalFile
fn clone(&self) -> ResolvedLocalFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedLocalFile
impl RefUnwindSafe for ResolvedLocalFile
impl Send for ResolvedLocalFile
impl Sync for ResolvedLocalFile
impl Unpin for ResolvedLocalFile
impl UnsafeUnpin for ResolvedLocalFile
impl UnwindSafe for ResolvedLocalFile
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