Struct debris_parser::ast::FormatString
source · pub struct FormatString(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl FormatString
impl FormatString
pub fn components(&self) -> impl Iterator<Item = FormatStringComponent> + '_
Trait Implementations§
source§impl AstItem for FormatString
impl AstItem for FormatString
Auto Trait Implementations§
impl RefUnwindSafe for FormatString
impl !Send for FormatString
impl !Sync for FormatString
impl Unpin for FormatString
impl UnwindSafe for FormatString
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