pub struct AsciiFile { /* private fields */ }
Expand description
A file that contains only ASCII characters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsciiFile
impl RefUnwindSafe for AsciiFile
impl Send for AsciiFile
impl Sync for AsciiFile
impl Unpin for AsciiFile
impl UnwindSafe for AsciiFile
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