pub struct NestedInfo {
pub siblings: Vec<String>,
pub isos: Vec<IsoNames>,
}Expand description
What a nested-inductive registration produced: the specialized sibling type names and the conversion isos relating each to its generic container.
Fields§
§siblings: Vec<String>§isos: Vec<IsoNames>Trait Implementations§
Source§impl Clone for NestedInfo
impl Clone for NestedInfo
Source§fn clone(&self) -> NestedInfo
fn clone(&self) -> NestedInfo
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 moreAuto Trait Implementations§
impl Freeze for NestedInfo
impl RefUnwindSafe for NestedInfo
impl Send for NestedInfo
impl Sync for NestedInfo
impl Unpin for NestedInfo
impl UnsafeUnpin for NestedInfo
impl UnwindSafe for NestedInfo
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