pub struct MacroText {
pub nodes: (Locate,),
}Fields§
§nodes: (Locate,)Trait Implementations§
Source§impl<'a> IntoIterator for &'a MacroText
impl<'a> IntoIterator for &'a MacroText
impl StructuralPartialEq for MacroText
Auto Trait Implementations§
impl Freeze for MacroText
impl RefUnwindSafe for MacroText
impl Send for MacroText
impl Sync for MacroText
impl Unpin for MacroText
impl UnsafeUnpin for MacroText
impl UnwindSafe for MacroText
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