pub struct ReadPosition { /* private fields */ }
Expand description
Position within a readable source
Implementations§
Source§impl ReadPosition
impl ReadPosition
Trait Implementations§
Source§impl Clone for ReadPosition
impl Clone for ReadPosition
Source§fn clone(&self) -> ReadPosition
fn clone(&self) -> ReadPosition
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ReadPosition
impl RefUnwindSafe for ReadPosition
impl Send for ReadPosition
impl Sync for ReadPosition
impl Unpin for ReadPosition
impl UnwindSafe for ReadPosition
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