pub enum RustIRConstructTarget {
Ident(Arc<str>),
StaticPath(RustIRStaticPath),
}Variants§
Ident(Arc<str>)
StaticPath(RustIRStaticPath)
Trait Implementations§
Source§impl Clone for RustIRConstructTarget
impl Clone for RustIRConstructTarget
Source§fn clone(&self) -> RustIRConstructTarget
fn clone(&self) -> RustIRConstructTarget
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 RustIRConstructTarget
impl Debug for RustIRConstructTarget
Source§impl PartialEq for RustIRConstructTarget
impl PartialEq for RustIRConstructTarget
impl StructuralPartialEq for RustIRConstructTarget
Auto Trait Implementations§
impl Freeze for RustIRConstructTarget
impl RefUnwindSafe for RustIRConstructTarget
impl Send for RustIRConstructTarget
impl Sync for RustIRConstructTarget
impl Unpin for RustIRConstructTarget
impl UnwindSafe for RustIRConstructTarget
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