pub struct HierarchyPage { /* private fields */ }Expand description
A COPC hierarchy page.
Implementations§
Trait Implementations§
Source§impl Clone for HierarchyPage
impl Clone for HierarchyPage
Source§fn clone(&self) -> HierarchyPage
fn clone(&self) -> HierarchyPage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HierarchyPage
impl Debug for HierarchyPage
Source§impl Default for HierarchyPage
impl Default for HierarchyPage
Source§fn default() -> HierarchyPage
fn default() -> HierarchyPage
Returns the “default value” for a type. Read more
impl Eq for HierarchyPage
Source§impl PartialEq for HierarchyPage
impl PartialEq for HierarchyPage
Source§fn eq(&self, other: &HierarchyPage) -> bool
fn eq(&self, other: &HierarchyPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HierarchyPage
Auto Trait Implementations§
impl Freeze for HierarchyPage
impl RefUnwindSafe for HierarchyPage
impl Send for HierarchyPage
impl Sync for HierarchyPage
impl Unpin for HierarchyPage
impl UnsafeUnpin for HierarchyPage
impl UnwindSafe for HierarchyPage
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