pub struct StaticSchemeError {
pub msg: String,
}
Fields§
§msg: String
Implementations§
Source§impl StaticSchemeError
impl StaticSchemeError
pub fn new(location: LexerInfo, proc_name: EnvProcs, msg: String) -> Self
pub fn new_nodes_reader(nnr: &NodesReader<'_>, msg: String) -> Self
pub fn concat_prefx_msg(self, msg: String) -> Self
Trait Implementations§
Source§impl Clone for StaticSchemeError
impl Clone for StaticSchemeError
Source§fn clone(&self) -> StaticSchemeError
fn clone(&self) -> StaticSchemeError
Returns a duplicate 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 moreSource§impl Debug for StaticSchemeError
impl Debug for StaticSchemeError
Source§impl Display for StaticSchemeError
impl Display for StaticSchemeError
Source§impl From<StaticSchemeError> for SchemeError
impl From<StaticSchemeError> for SchemeError
Source§fn from(err: StaticSchemeError) -> SchemeError
fn from(err: StaticSchemeError) -> SchemeError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StaticSchemeError
impl RefUnwindSafe for StaticSchemeError
impl Send for StaticSchemeError
impl Sync for StaticSchemeError
impl Unpin for StaticSchemeError
impl UnwindSafe for StaticSchemeError
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