pub struct WriteHandle { /* 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 WriteHandle
impl Debug for WriteHandle
Source§impl Hash for WriteHandle
impl Hash for WriteHandle
Source§impl<'handle, 'invoker, 'buffer, B: 'buffer + Buffer> Lockable<'invoker, 'buffer, B> for &'handle WriteHandle
impl<'handle, 'invoker, 'buffer, B: 'buffer + Buffer> Lockable<'invoker, 'buffer, B> for &'handle WriteHandle
Source§impl Ord for WriteHandle
impl Ord for WriteHandle
Source§fn cmp(&self, other: &WriteHandle) -> Ordering
fn cmp(&self, other: &WriteHandle) -> 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 WriteHandle
impl PartialEq for WriteHandle
Source§impl PartialOrd for WriteHandle
impl PartialOrd for WriteHandle
impl Eq for WriteHandle
impl StructuralPartialEq for WriteHandle
Auto Trait Implementations§
impl Freeze for WriteHandle
impl RefUnwindSafe for WriteHandle
impl Send for WriteHandle
impl Sync for WriteHandle
impl Unpin for WriteHandle
impl UnwindSafe for WriteHandle
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