[][src]Struct pixel_widgets::tracker::ManagedState

pub struct ManagedState<Id: Eq + Clone + Send + Sync> { /* fields omitted */ }

An Widget state tracker.

Implementations

impl<Id: Eq + Clone + Send + Sync> ManagedState<Id>[src]

pub fn tracker(&mut self) -> ManagedStateTracker<'_, Id>[src]

Retrieve a ManagedStateTracker that can be used to build a ui. Normally you will call this function at the start of your view implementation.

Trait Implementations

impl<Id: Eq + Clone + Send + Sync> Default for ManagedState<Id>[src]

Auto Trait Implementations

impl<Id> !RefUnwindSafe for ManagedState<Id>[src]

impl<Id> Send for ManagedState<Id>[src]

impl<Id> Sync for ManagedState<Id>[src]

impl<Id> Unpin for ManagedState<Id> where
    Id: Unpin
[src]

impl<Id> !UnwindSafe for ManagedState<Id>[src]

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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

type Error = Infallible

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.