Struct ambient_api::prelude::EditorColumn
source · pub struct EditorColumn(pub Vec<Element>);
Expand description
Legacy newtype for FlowColumn.
Tuple Fields§
§0: Vec<Element>
Implementations§
source§impl EditorColumn
impl EditorColumn
Trait Implementations§
source§impl Clone for EditorColumn
impl Clone for EditorColumn
source§fn clone(&self) -> EditorColumn
fn clone(&self) -> EditorColumn
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 EditorColumn
impl Debug for EditorColumn
source§impl ElementComponent for EditorColumn
impl ElementComponent for EditorColumn
Auto Trait Implementations§
impl !RefUnwindSafe for EditorColumn
impl Send for EditorColumn
impl Sync for EditorColumn
impl Unpin for EditorColumn
impl !UnwindSafe for EditorColumn
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.