Struct tvix_eval::spans::EntireFile
source · pub struct EntireFile;
Expand description
A placeholder ToSpan
implementation covering the entire source file.
Trait Implementations§
source§impl Clone for EntireFile
impl Clone for EntireFile
source§fn clone(&self) -> EntireFile
fn clone(&self) -> EntireFile
Returns a copy 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 EntireFile
impl Debug for EntireFile
impl Copy for EntireFile
Auto Trait Implementations§
impl Freeze for EntireFile
impl RefUnwindSafe for EntireFile
impl Send for EntireFile
impl Sync for EntireFile
impl Unpin for EntireFile
impl UnwindSafe for EntireFile
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