Struct swc_common::source_map::ByteToCharPosState
source · [−]pub struct ByteToCharPosState { /* private fields */ }
Expand description
Stores the state of the last conversion between BytePos and CharPos.
Trait Implementations
sourceimpl Clone for ByteToCharPosState
impl Clone for ByteToCharPosState
sourcefn clone(&self) -> ByteToCharPosState
fn clone(&self) -> ByteToCharPosState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ByteToCharPosState
impl Debug for ByteToCharPosState
sourceimpl Default for ByteToCharPosState
impl Default for ByteToCharPosState
sourcefn default() -> ByteToCharPosState
fn default() -> ByteToCharPosState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ByteToCharPosState
impl Send for ByteToCharPosState
impl Sync for ByteToCharPosState
impl Unpin for ByteToCharPosState
impl UnwindSafe for ByteToCharPosState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more