[−][src]Enum todos::Todos
Variants
Loaded(State)
Trait Implementations
impl Application for Todos
[src]
type Executor = Default
The [Executor
] that will run commands and subscriptions. Read more
type Message = Message
The type of messages your [Application
] will produce. Read more
type Flags = ()
The data needed to initialize your [Application
]. Read more
fn new(_flags: ()) -> (Todos, Command<Message>)
[src]
fn title(&self) -> String
[src]
fn update(&mut self, message: Message) -> Command<Message>
[src]
fn view(&mut self) -> Element<'_, Message>
[src]
fn subscription(&self) -> Subscription<Hasher, Event, Self::Message>
[src]
fn mode(&self) -> Mode
[src]
fn background_color(&self) -> Color
[src]
fn scale_factor(&self) -> f64
[src]
fn run(settings: Settings<Self::Flags>) where
Self: 'static,
[src]
Self: 'static,
impl Debug for Todos
[src]
Auto Trait Implementations
impl RefUnwindSafe for Todos
impl Send for Todos
impl Sync for Todos
impl Unpin for Todos
impl UnwindSafe for Todos
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>,
[src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Application for T where
T: Sandbox,
[src]
T: Sandbox,
type Executor = Null
The [Executor
] that will run commands and subscriptions. Read more
type Flags = ()
The data needed to initialize your [Application
]. Read more
type Message = <T as Sandbox>::Message
The type of messages your [Application
] will produce. Read more
fn new(_flags: ()) -> (T, Command<<T as Sandbox>::Message>)
[src]
fn title(&self) -> String
[src]
fn update(
&mut self,
message: <T as Sandbox>::Message
) -> Command<<T as Sandbox>::Message>
[src]
&mut self,
message: <T as Sandbox>::Message
) -> Command<<T as Sandbox>::Message>
fn subscription(&self) -> Subscription<Hasher, Event, <T as Sandbox>::Message>
[src]
fn view(&mut self) -> Element<'_, <T as Sandbox>::Message, Renderer<Backend>>
[src]
fn background_color(&self) -> Color
[src]
fn scale_factor(&self) -> f64
[src]
fn mode(&self) -> Mode
[src]
fn run(settings: Settings<Self::Flags>) where
Self: 'static,
[src]
Self: 'static,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src]
U: ConvertFrom<T>,
fn convert_into(self) -> U
[src]
fn convert_unclamped_into(self) -> U
[src]
fn try_convert_into(self) -> Result<U, OutOfBounds<U>>
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,