Struct debris_mir::mir_primitives::MirFormatString
source · pub struct MirFormatString(pub Vec<MirFormatStringComponent>);
Tuple Fields§
§0: Vec<MirFormatStringComponent>
Trait Implementations§
source§impl Debug for MirFormatString
impl Debug for MirFormatString
source§impl From<Vec<MirFormatStringComponent>> for MirFormatString
impl From<Vec<MirFormatStringComponent>> for MirFormatString
source§fn from(val: Vec<MirFormatStringComponent>) -> Self
fn from(val: Vec<MirFormatStringComponent>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MirFormatString
impl !Send for MirFormatString
impl !Sync for MirFormatString
impl Unpin for MirFormatString
impl UnwindSafe for MirFormatString
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