pub struct ExternFile {
pub relative_path: PathBuf,
pub contents: String,
}Fields§
§relative_path: PathBuf§contents: StringTrait Implementations§
Source§impl Clone for ExternFile
impl Clone for ExternFile
Source§fn clone(&self) -> ExternFile
fn clone(&self) -> ExternFile
Returns a duplicate of the value. Read more
1.0.0 · 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 ExternFile
impl RefUnwindSafe for ExternFile
impl Send for ExternFile
impl Sync for ExternFile
impl Unpin for ExternFile
impl UnsafeUnpin for ExternFile
impl UnwindSafe for ExternFile
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