pub struct HierarchyRef {
pub table: String,
pub hierarchy: String,
}Expand description
A table-qualified reference to a hierarchy defined on another table.
Fields§
§table: StringName of the table owning the hierarchy.
hierarchy: StringHierarchy name in that table.
Trait Implementations§
Source§impl Clone for HierarchyRef
impl Clone for HierarchyRef
Source§fn clone(&self) -> HierarchyRef
fn clone(&self) -> HierarchyRef
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 HierarchyRef
impl Debug for HierarchyRef
Source§impl Default for HierarchyRef
impl Default for HierarchyRef
Source§fn default() -> HierarchyRef
fn default() -> HierarchyRef
Returns the “default value” for a type. Read more
impl Eq for HierarchyRef
Source§impl PartialEq for HierarchyRef
impl PartialEq for HierarchyRef
impl StructuralPartialEq for HierarchyRef
Auto Trait Implementations§
impl Freeze for HierarchyRef
impl RefUnwindSafe for HierarchyRef
impl Send for HierarchyRef
impl Sync for HierarchyRef
impl Unpin for HierarchyRef
impl UnsafeUnpin for HierarchyRef
impl UnwindSafe for HierarchyRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.