pub struct ScriptFile {
pub file: Arc<NicePathBuf>,
}Fields§
§file: Arc<NicePathBuf>Implementations§
Trait Implementations§
Source§impl Clone for ScriptFile
impl Clone for ScriptFile
Source§fn clone(&self) -> ScriptFile
fn clone(&self) -> ScriptFile
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScriptFile
impl Debug for ScriptFile
Source§impl Display for ScriptFile
impl Display for ScriptFile
Source§impl PartialEq for ScriptFile
impl PartialEq for ScriptFile
Source§impl Serialize for ScriptFile
impl Serialize for ScriptFile
impl Eq for ScriptFile
impl StructuralPartialEq for ScriptFile
Auto Trait Implementations§
impl Freeze for ScriptFile
impl RefUnwindSafe for ScriptFile
impl Send for ScriptFile
impl Sync for ScriptFile
impl Unpin for ScriptFile
impl UnwindSafe for ScriptFile
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