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