Struct ambient_api::prelude::FlowColumn
source · pub struct FlowColumn(pub Vec<Element>);
Expand description
A FlowColumn is a Flow that is oriented vertically.
Tuple Fields§
§0: Vec<Element>
Implementations§
source§impl FlowColumn
impl FlowColumn
Trait Implementations§
source§impl Clone for FlowColumn
impl Clone for FlowColumn
source§fn clone(&self) -> FlowColumn
fn clone(&self) -> FlowColumn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FlowColumn
impl Debug for FlowColumn
source§impl ElementComponent for FlowColumn
impl ElementComponent for FlowColumn
Auto Trait Implementations§
impl !RefUnwindSafe for FlowColumn
impl Send for FlowColumn
impl Sync for FlowColumn
impl Unpin for FlowColumn
impl !UnwindSafe for FlowColumn
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
source§impl<T> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.