pub enum FileReadLineState {
LineLen(usize),
EndOfFile(usize),
}Variants§
Trait Implementations§
Source§impl Clone for FileReadLineState
impl Clone for FileReadLineState
Source§fn clone(&self) -> FileReadLineState
fn clone(&self) -> FileReadLineState
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 FileReadLineState
impl Debug for FileReadLineState
Source§impl Hash for FileReadLineState
impl Hash for FileReadLineState
Source§impl PartialEq for FileReadLineState
impl PartialEq for FileReadLineState
impl Copy for FileReadLineState
impl Eq for FileReadLineState
impl StructuralPartialEq for FileReadLineState
Auto Trait Implementations§
impl Freeze for FileReadLineState
impl RefUnwindSafe for FileReadLineState
impl Send for FileReadLineState
impl Sync for FileReadLineState
impl Unpin for FileReadLineState
impl UnwindSafe for FileReadLineState
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