pub struct RawFileContent {
pub path: String,
pub content: String,
}Fields§
§path: String§content: StringTrait Implementations§
Source§impl Clone for RawFileContent
impl Clone for RawFileContent
Source§fn clone(&self) -> RawFileContent
fn clone(&self) -> RawFileContent
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 RawFileContent
impl RefUnwindSafe for RawFileContent
impl Send for RawFileContent
impl Sync for RawFileContent
impl Unpin for RawFileContent
impl UnwindSafe for RawFileContent
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