pub struct SkSideloadWindow {
Show 35 fields file: OnceCell<File>, sideloadable: RefCell<Option<SkSideloadable>>, task: RefCell<Option<SkTask>>, sideload_stack: TemplateChild<Stack>, sideload_leaflet: TemplateChild<Leaflet>, cancel_sideload_button: TemplateChild<Button>, start_button: TemplateChild<Button>, package_box: TemplateChild<Box>, details_title: TemplateChild<WindowTitle>, package_icon_image: TemplateChild<Image>, package_name_label: TemplateChild<Label>, package_developer_label: TemplateChild<Label>, package_version_label: TemplateChild<Label>, package_branch_badge: TemplateChild<SkBadge>, package_repository_badge: TemplateChild<SkBadge>, package_context_listbox: TemplateChild<ListBox>, warn_group: TemplateChild<PreferencesGroup>, no_updates_row: TemplateChild<ActionRow>, replacing_remote_row: TemplateChild<ActionRow>, remotes_group: TemplateChild<PreferencesGroup>, remotes_listbox: TemplateChild<ListBox>, context_box: TemplateChild<SkContextBox>, installation_listbox: TemplateChild<SkInstallationListBox>, progress_title: TemplateChild<WindowTitle>, progress_bar: TemplateChild<SkTaskProgressBar>, progress_status_label: TemplateChild<Label>, progress_download_label: TemplateChild<Label>, done_title: TemplateChild<WindowTitle>, done_spage: TemplateChild<StatusPage>, launch_button: TemplateChild<Button>, error_title: TemplateChild<WindowTitle>, error_spage: TemplateChild<StatusPage>, already_done_title: TemplateChild<WindowTitle>, already_done_spage: TemplateChild<StatusPage>, missing_runtime_spage: TemplateChild<StatusPage>,
}

Fields§

§file: OnceCell<File>§sideloadable: RefCell<Option<SkSideloadable>>§task: RefCell<Option<SkTask>>§sideload_stack: TemplateChild<Stack>§sideload_leaflet: TemplateChild<Leaflet>§cancel_sideload_button: TemplateChild<Button>§start_button: TemplateChild<Button>§package_box: TemplateChild<Box>§details_title: TemplateChild<WindowTitle>§package_icon_image: TemplateChild<Image>§package_name_label: TemplateChild<Label>§package_developer_label: TemplateChild<Label>§package_version_label: TemplateChild<Label>§package_branch_badge: TemplateChild<SkBadge>§package_repository_badge: TemplateChild<SkBadge>§package_context_listbox: TemplateChild<ListBox>§warn_group: TemplateChild<PreferencesGroup>§no_updates_row: TemplateChild<ActionRow>§replacing_remote_row: TemplateChild<ActionRow>§remotes_group: TemplateChild<PreferencesGroup>§remotes_listbox: TemplateChild<ListBox>§context_box: TemplateChild<SkContextBox>§installation_listbox: TemplateChild<SkInstallationListBox>§progress_title: TemplateChild<WindowTitle>§progress_bar: TemplateChild<SkTaskProgressBar>§progress_status_label: TemplateChild<Label>§progress_download_label: TemplateChild<Label>§done_title: TemplateChild<WindowTitle>§done_spage: TemplateChild<StatusPage>§launch_button: TemplateChild<Button>§error_title: TemplateChild<WindowTitle>§error_spage: TemplateChild<StatusPage>§already_done_title: TemplateChild<WindowTitle>§already_done_spage: TemplateChild<StatusPage>§missing_runtime_spage: TemplateChild<StatusPage>

Implementations§

Load the sideloadable for the selected file asynchronously

Trait Implementations§

Binds the template callbacks from this type into the default template scope for klass.
Binds the template callbacks from this type into the default template scope for klass, prepending prefix to each callback name.
Binds the template callbacks from this type into scope.
Binds the template callbacks from this type into scope, prepending prefix to each callback name.
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Properties installed for this type.
Similar to ObjectImpl but auto-generated by the [Properties] macro to allow handling more complex use-cases.
Similar to ObjectImpl but auto-generated by the [Properties] macro to allow handling more complex use-cases.
Properties installed for this type.
Property getter. Read more
Property setter. Read more
Constructed. Read more
Signals installed for this type.
Disposes of the object. Read more
Function to be called when property change is notified for with self.notify("property").
List of interfaces implemented by this type.
The C class struct. Read more
The C instance struct. Read more
Constructor. Read more
GObject type name. Read more
Parent Rust type to inherit from.
Wrapper around this subclass defined with wrapper!
Class initialization. Read more
Performs additional instance initialization. Read more
If this subclass is an abstract class or not. Read more
Additional type initialization. Read more
Constructor. Read more
Storage for the type-specific data used during registration.
Returns the glib::Type ID of the subclass. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The none-equivalent value.
Chain up to the parent class’ implementation of glib::Object::constructed().
Chain up to the parent class’ implementation of glib::Object::notify().
Chain up to the parent class’ implementation of glib::Object::dispatch_properties_changed().
Chain up to parent class signal handler.
👎Deprecated: Use obj() instead
Returns the corresponding object instance.
👎Deprecated: Use from_obj() instead
Returns the implementation from an instance.
Returns the corresponding object instance. Read more
Returns the implementation from an instance. Read more
Returns a new reference-counted wrapper around self.
Returns a pointer to the instance implementation specific data. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more