pub struct TextFileContent(pub String);Expand description
Content of a text file.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for TextFileContent
impl Clone for TextFileContent
Source§fn clone(&self) -> TextFileContent
fn clone(&self) -> TextFileContent
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 TextFileContent
impl Debug for TextFileContent
Source§impl PartialEq for TextFileContent
impl PartialEq for TextFileContent
impl StructuralPartialEq for TextFileContent
Auto Trait Implementations§
impl Freeze for TextFileContent
impl RefUnwindSafe for TextFileContent
impl Send for TextFileContent
impl Sync for TextFileContent
impl Unpin for TextFileContent
impl UnwindSafe for TextFileContent
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