Struct oftlisp::reader::ReadError
[−]
[src]
pub struct ReadError { /* fields omitted */ }An error that occurs while reading.
Methods
impl ReadError[src]
fn kind(&self) -> &ReadErrorKind[src]
Returns the ReadErrorKind associated with
the error.
fn location(&self) -> &SourceLocation[src]
Returns the SourceLocation associated with
the error.
Trait Implementations
impl Clone for ReadError[src]
fn clone(&self) -> ReadError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ReadError[src]
impl Eq for ReadError[src]
impl Finalize for ReadError[src]
impl Hash for ReadError[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for ReadError[src]
fn eq(&self, __arg_0: &ReadError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ReadError) -> bool[src]
This method tests for !=.
impl Trace for ReadError[src]
unsafe fn trace(&self)[src]
Marks all contained Gcs.
unsafe fn root(&self)[src]
Increments the root-count of all contained Gcs.
unsafe fn unroot(&self)[src]
Decrements the root-count of all contained Gcs.
fn finalize_glue(&self)[src]
Runs Finalize::finalize() on this object and all contained subobjects Read more
impl Drop for ReadError[src]
impl Display for ReadError[src]
fn fmt(&self, _fmt: &mut Formatter) -> FmtResult[src]
Formats the value using the given formatter. Read more