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