pub struct BaseEvaluation {
pub backslashes: Range<usize>,
pub range: Range<usize>,
}
Fields§
§backslashes: Range<usize>
§range: Range<usize>
Implementations§
Trait Implementations§
Source§impl AsRef<BaseEvaluation> for BaseEvaluation
impl AsRef<BaseEvaluation> for BaseEvaluation
Source§fn as_ref(&self) -> &BaseEvaluation
fn as_ref(&self) -> &BaseEvaluation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseEvaluation> for EnvVarOccurrence<'_>
impl AsRef<BaseEvaluation> for EnvVarOccurrence<'_>
Source§fn as_ref(&self) -> &BaseEvaluation
fn as_ref(&self) -> &BaseEvaluation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseEvaluation> for RandomNumberEval<'_>
impl AsRef<BaseEvaluation> for RandomNumberEval<'_>
Source§fn as_ref(&self) -> &BaseEvaluation
fn as_ref(&self) -> &BaseEvaluation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseEvaluation> for RequestDependencyEval<'_>
impl AsRef<BaseEvaluation> for RequestDependencyEval<'_>
Source§fn as_ref(&self) -> &BaseEvaluation
fn as_ref(&self) -> &BaseEvaluation
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for BaseEvaluation
impl RefUnwindSafe for BaseEvaluation
impl Send for BaseEvaluation
impl Sync for BaseEvaluation
impl Unpin for BaseEvaluation
impl UnwindSafe for BaseEvaluation
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