Struct database_tree::DatabaseTreeItem [−][src]
pub struct DatabaseTreeItem { /* fields omitted */ }
Expand description
DatabaseTreeItem
can be of two kinds: see DatabaseTreeItem
but shares an info
Implementations
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for DatabaseTreeItem
impl Send for DatabaseTreeItem
impl Sync for DatabaseTreeItem
impl Unpin for DatabaseTreeItem
impl UnwindSafe for DatabaseTreeItem
Blanket Implementations
Mutably borrows from an owned value. Read more