pub enum LayoutRecipeSlotKind {
Show 18 variants
Header,
Navigation,
Sidebar,
Main,
Inspector,
Prompt,
Status,
Toolbar,
Transport,
Mixer,
Timeline,
Preview,
Palette,
Editor,
Canvas,
Metrics,
Overlay,
Footer,
}Variants§
Header
Sidebar
Main
Inspector
Prompt
Status
Toolbar
Transport
Mixer
Timeline
Preview
Palette
Editor
Canvas
Metrics
Overlay
Trait Implementations§
Source§impl Clone for LayoutRecipeSlotKind
impl Clone for LayoutRecipeSlotKind
Source§fn clone(&self) -> LayoutRecipeSlotKind
fn clone(&self) -> LayoutRecipeSlotKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LayoutRecipeSlotKind
Source§impl Debug for LayoutRecipeSlotKind
impl Debug for LayoutRecipeSlotKind
Source§impl<'de> Deserialize<'de> for LayoutRecipeSlotKind
impl<'de> Deserialize<'de> for LayoutRecipeSlotKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LayoutRecipeSlotKind
Source§impl PartialEq for LayoutRecipeSlotKind
impl PartialEq for LayoutRecipeSlotKind
Source§fn eq(&self, other: &LayoutRecipeSlotKind) -> bool
fn eq(&self, other: &LayoutRecipeSlotKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LayoutRecipeSlotKind
impl Serialize for LayoutRecipeSlotKind
impl StructuralPartialEq for LayoutRecipeSlotKind
Auto Trait Implementations§
impl Freeze for LayoutRecipeSlotKind
impl RefUnwindSafe for LayoutRecipeSlotKind
impl Send for LayoutRecipeSlotKind
impl Sync for LayoutRecipeSlotKind
impl Unpin for LayoutRecipeSlotKind
impl UnsafeUnpin for LayoutRecipeSlotKind
impl UnwindSafe for LayoutRecipeSlotKind
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