Struct pagetop_node::Node
source · pub struct Node;
Trait Implementations§
source§impl PackageTrait for Node
impl PackageTrait for Node
fn name(&self) -> L10n
fn description(&self) -> L10n
fn configure_service(&self, scfg: &mut ServiceConfig)
fn actions(&self) -> Vec<ActionBox>
fn migrations(&self) -> Vec<MigrationItem>
fn theme(&self) -> Option<&'static dyn ThemeTrait>
fn dependencies(&self) -> Vec<&'static dyn PackageTrait>
fn drop_packages(&self) -> Vec<&'static dyn PackageTrait>
fn init(&self)
Auto Trait Implementations§
impl Freeze for Node
impl RefUnwindSafe for Node
impl Send for Node
impl Sync for Node
impl Unpin for Node
impl UnwindSafe for Node
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more