pub struct Bundle {
pub rules: Vec<Rule>,
pub lists: Vec<ExceptionList>,
pub items: Vec<ExceptionItem>,
pub summary: Option<ExportSummary>,
}Expand description
An export bundle split into its four line kinds.
Fields§
§rules: Vec<Rule>§lists: Vec<ExceptionList>§items: Vec<ExceptionItem>§summary: Option<ExportSummary>Trait Implementations§
impl StructuralPartialEq for Bundle
Auto Trait Implementations§
impl Freeze for Bundle
impl RefUnwindSafe for Bundle
impl Send for Bundle
impl Sync for Bundle
impl Unpin for Bundle
impl UnsafeUnpin for Bundle
impl UnwindSafe for Bundle
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