pub enum PanelContentKind {
LxApp,
Terminal,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PanelContentKind
impl Clone for PanelContentKind
Source§fn clone(&self) -> PanelContentKind
fn clone(&self) -> PanelContentKind
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 PanelContentKind
Source§impl Debug for PanelContentKind
impl Debug for PanelContentKind
Source§impl Default for PanelContentKind
impl Default for PanelContentKind
Source§fn default() -> PanelContentKind
fn default() -> PanelContentKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PanelContentKind
impl<'de> Deserialize<'de> for PanelContentKind
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 PanelContentKind
Source§impl Hash for PanelContentKind
impl Hash for PanelContentKind
Source§impl PartialEq for PanelContentKind
impl PartialEq for PanelContentKind
Source§impl Serialize for PanelContentKind
impl Serialize for PanelContentKind
impl StructuralPartialEq for PanelContentKind
Auto Trait Implementations§
impl Freeze for PanelContentKind
impl RefUnwindSafe for PanelContentKind
impl Send for PanelContentKind
impl Sync for PanelContentKind
impl Unpin for PanelContentKind
impl UnsafeUnpin for PanelContentKind
impl UnwindSafe for PanelContentKind
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