pub struct AssemblyMetadata {
pub total_candidates: usize,
pub included_count: usize,
pub excluded_count: usize,
pub edges_included: usize,
pub zones_used: usize,
}Expand description
Metadata about the assembly result.
Fields§
§total_candidates: usize§included_count: usize§excluded_count: usize§edges_included: usize§zones_used: usizeTrait Implementations§
Source§impl Clone for AssemblyMetadata
impl Clone for AssemblyMetadata
Source§fn clone(&self) -> AssemblyMetadata
fn clone(&self) -> AssemblyMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 AssemblyMetadata
impl RefUnwindSafe for AssemblyMetadata
impl Send for AssemblyMetadata
impl Sync for AssemblyMetadata
impl Unpin for AssemblyMetadata
impl UnsafeUnpin for AssemblyMetadata
impl UnwindSafe for AssemblyMetadata
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