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§fn clone_from(&mut self, source: &Self)
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 Hash for ScriptFile
impl Hash for ScriptFile
Source§impl Ord for ScriptFile
impl Ord for ScriptFile
Source§fn cmp(&self, other: &ScriptFile) -> Ordering
fn cmp(&self, other: &ScriptFile) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScriptFile
impl PartialEq for ScriptFile
Source§impl PartialOrd for ScriptFile
impl PartialOrd 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 UnsafeUnpin 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