[][src]Struct makepad_widget::DockTab

pub struct DockTab<TItem> where
    TItem: Clone
{ pub closeable: bool, pub title: String, pub item: TItem, }

Fields

closeable: booltitle: Stringitem: TItem

Trait Implementations

impl<TItem: Clone> Clone for DockTab<TItem> where
    TItem: Clone
[src]

impl<TItem> Serialize for DockTab<TItem> where
    TItem: Clone,
    TItem: Serialize
[src]

impl<'de, TItem> Deserialize<'de> for DockTab<TItem> where
    TItem: Clone,
    TItem: Deserialize<'de>, 
[src]

Auto Trait Implementations

impl<TItem> Send for DockTab<TItem> where
    TItem: Send

impl<TItem> Sync for DockTab<TItem> where
    TItem: Sync

impl<TItem> Unpin for DockTab<TItem> where
    TItem: Unpin

impl<TItem> UnwindSafe for DockTab<TItem> where
    TItem: UnwindSafe

impl<TItem> RefUnwindSafe for DockTab<TItem> where
    TItem: RefUnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]