pub struct ExpandedDescriptor {
pub descriptor: Descriptor,
pub boundaries: ModuleBoundaries,
}Expand description
Result of expanding modules, including boundary metadata for visualization.
Fields§
§descriptor: Descriptor§boundaries: ModuleBoundariesTrait Implementations§
Source§impl Clone for ExpandedDescriptor
impl Clone for ExpandedDescriptor
Source§fn clone(&self) -> ExpandedDescriptor
fn clone(&self) -> ExpandedDescriptor
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 ExpandedDescriptor
impl RefUnwindSafe for ExpandedDescriptor
impl Send for ExpandedDescriptor
impl Sync for ExpandedDescriptor
impl Unpin for ExpandedDescriptor
impl UnsafeUnpin for ExpandedDescriptor
impl UnwindSafe for ExpandedDescriptor
Blanket Implementations§
impl<T> Allocation for T
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