pub struct Utf8File(/* private fields */);
Expand description
A file that contains UTF-8 encoded text.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8File
impl RefUnwindSafe for Utf8File
impl Send for Utf8File
impl Sync for Utf8File
impl Unpin for Utf8File
impl UnwindSafe for Utf8File
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