Struct ambient_api::prelude::EditorRow  
source · pub struct EditorRow { /* private fields */ }Expand description
A row with a title and an element, used as part of larger editors.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EditorRow
impl Send for EditorRow
impl Sync for EditorRow
impl Unpin for EditorRow
impl !UnwindSafe for EditorRow
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
§impl<T> Downcast for Twhere
    T: AsAny + ?Sized,
 
impl<T> Downcast for Twhere
    T: AsAny + ?Sized,
§fn downcast_ref<T>(&self) -> Option<&T>where
    T: AsAny,
 
fn downcast_ref<T>(&self) -> Option<&T>where
    T: AsAny,
Forward to the method defined on the type 
Any.§fn downcast_mut<T>(&mut self) -> Option<&mut T>where
    T: AsAny,
 
fn downcast_mut<T>(&mut self) -> Option<&mut T>where
    T: AsAny,
Forward to the method defined on the type 
Any.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.