Struct nyar_error::FileID
source · pub struct FileID { /* private fields */ }Expand description
A type representing a single line of a [Source].
Implementations§
Trait Implementations§
source§impl PartialEq for FileID
impl PartialEq for FileID
impl Copy for FileID
impl Eq for FileID
impl StructuralEq for FileID
impl StructuralPartialEq for FileID
Auto Trait Implementations§
impl RefUnwindSafe for FileID
impl Send for FileID
impl Sync for FileID
impl Unpin for FileID
impl UnwindSafe for FileID
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