pub struct FileCursor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FileCursor
impl Clone for FileCursor
Source§fn clone(&self) -> FileCursor
fn clone(&self) -> FileCursor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FileCursor
Source§impl Debug for FileCursor
impl Debug for FileCursor
impl Eq for FileCursor
Source§impl Ord for FileCursor
impl Ord for FileCursor
Source§fn cmp(&self, other: &FileCursor) -> Ordering
fn cmp(&self, other: &FileCursor) -> Ordering
1.21.0 (const: unstable) · 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 FileCursor
impl PartialEq for FileCursor
Source§fn eq(&self, other: &FileCursor) -> bool
fn eq(&self, other: &FileCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FileCursor
impl PartialOrd for FileCursor
impl StructuralPartialEq for FileCursor
Auto Trait Implementations§
impl Freeze for FileCursor
impl RefUnwindSafe for FileCursor
impl Send for FileCursor
impl Sync for FileCursor
impl Unpin for FileCursor
impl UnsafeUnpin for FileCursor
impl UnwindSafe for FileCursor
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