pub enum MirFormatStringComponent {
String(Rc<str>),
Value(MirObjectId),
}
Variants§
String(Rc<str>)
Value(MirObjectId)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MirFormatStringComponent
impl !Send for MirFormatStringComponent
impl !Sync for MirFormatStringComponent
impl Unpin for MirFormatStringComponent
impl UnwindSafe for MirFormatStringComponent
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