pub struct FileSourceFile { /* private fields */ }
Expand description
Describes a file sourced from a file
Implementations§
Trait Implementations§
Source§impl Clone for FileSourceFile
impl Clone for FileSourceFile
Source§fn clone(&self) -> FileSourceFile
fn clone(&self) -> FileSourceFile
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 moreAuto Trait Implementations§
impl Freeze for FileSourceFile
impl RefUnwindSafe for FileSourceFile
impl Send for FileSourceFile
impl Sync for FileSourceFile
impl Unpin for FileSourceFile
impl UnwindSafe for FileSourceFile
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