Trait libflatpak::prelude::RelatedRefExt
source · pub trait RelatedRefExt:
IsA<RelatedRef>
+ Sealed
+ 'static {
// Provided methods
fn subpaths(&self) -> Vec<GString> { ... }
fn should_autoprune(&self) -> bool { ... }
fn should_delete(&self) -> bool { ... }
fn should_download(&self) -> bool { ... }
}
Expand description
Provided Methods§
sourcefn should_autoprune(&self) -> bool
fn should_autoprune(&self) -> bool
sourcefn should_delete(&self) -> bool
fn should_delete(&self) -> bool
sourcefn should_download(&self) -> bool
fn should_download(&self) -> bool
Object Safety§
This trait is not object safe.