pub struct Mapping<'a> {
pub span: Span,
pub props: Props,
pub children: Vec<'a, MappingItem<'a>>,
}Expand description
A block mapping.
Fields§
§span: Span§props: Props§children: Vec<'a, MappingItem<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Mapping<'a>
impl<'a> !Send for Mapping<'a>
impl<'a> !Sync for Mapping<'a>
impl<'a> !UnwindSafe for Mapping<'a>
impl<'a> Freeze for Mapping<'a>
impl<'a> Unpin for Mapping<'a>
impl<'a> UnsafeUnpin for Mapping<'a>
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