pub struct NoFile;Expand description
A placeholder that you can use when you don’t want to use the file field in a
Position.
Trait Implementations§
Source§impl Ord for NoFile
impl Ord for NoFile
Source§impl PartialOrd for NoFile
impl PartialOrd for NoFile
impl Copy for NoFile
impl Eq for NoFile
impl StructuralPartialEq for NoFile
Auto Trait Implementations§
impl Freeze for NoFile
impl RefUnwindSafe for NoFile
impl Send for NoFile
impl Sync for NoFile
impl Unpin for NoFile
impl UnwindSafe for NoFile
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