Struct libreda_db::flat_view::FlatId [−][src]
pub struct FlatId<T>(_);Expand description
Wrapper around ID types. This wrapper makes sure that the flat view uses other ID types than the underlying hierarchical view.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for FlatId<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for FlatId<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more