pub struct LeanAlias {
pub alias: String,
pub target: String,
}Expand description
A Lean-safe alias for a raw symbol name from the obligation IR.
Fields§
§alias: String§target: StringImplementations§
Trait Implementations§
impl Eq for LeanAlias
impl StructuralPartialEq for LeanAlias
Auto Trait Implementations§
impl Freeze for LeanAlias
impl RefUnwindSafe for LeanAlias
impl Send for LeanAlias
impl Sync for LeanAlias
impl Unpin for LeanAlias
impl UnsafeUnpin for LeanAlias
impl UnwindSafe for LeanAlias
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