pub struct ReadHandle { /* private fields */ }
Expand description
A handle to a file open for reading.
The file is closed when the handle is dropped.
Trait Implementations§
Source§impl Debug for ReadHandle
impl Debug for ReadHandle
Source§impl Hash for ReadHandle
impl Hash for ReadHandle
Source§impl<'handle, 'invoker, 'buffer, B: 'buffer + Buffer> Lockable<'invoker, 'buffer, B> for &'handle ReadHandle
impl<'handle, 'invoker, 'buffer, B: 'buffer + Buffer> Lockable<'invoker, 'buffer, B> for &'handle ReadHandle
Source§impl Ord for ReadHandle
impl Ord for ReadHandle
Source§fn cmp(&self, other: &ReadHandle) -> Ordering
fn cmp(&self, other: &ReadHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReadHandle
impl PartialEq for ReadHandle
Source§impl PartialOrd for ReadHandle
impl PartialOrd for ReadHandle
impl Eq for ReadHandle
impl StructuralPartialEq for ReadHandle
Auto Trait Implementations§
impl Freeze for ReadHandle
impl RefUnwindSafe for ReadHandle
impl Send for ReadHandle
impl Sync for ReadHandle
impl Unpin for ReadHandle
impl UnwindSafe for ReadHandle
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