pub struct FileOverride { /* private fields */ }Expand description
Read the identifier from a single-line file.
Skipped when the file does not exist, is empty, or contains only whitespace. Returns an I/O error for permission problems or other unexpected read failures.
Implementations§
Trait Implementations§
Source§impl Clone for FileOverride
impl Clone for FileOverride
Source§fn clone(&self) -> FileOverride
fn clone(&self) -> FileOverride
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 FileOverride
impl Debug for FileOverride
Auto Trait Implementations§
impl Freeze for FileOverride
impl RefUnwindSafe for FileOverride
impl Send for FileOverride
impl Sync for FileOverride
impl Unpin for FileOverride
impl UnsafeUnpin for FileOverride
impl UnwindSafe for FileOverride
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