pub struct Numberings {
pub abstract_nums: Vec<AbstractNumbering>,
pub numberings: Vec<Numbering>,
}
Fields§
§abstract_nums: Vec<AbstractNumbering>
§numberings: Vec<Numbering>
Implementations§
Source§impl Numberings
impl Numberings
pub fn new() -> Self
pub fn add_abstract_numbering(self, n: AbstractNumbering) -> Self
pub fn add_numbering(self, n: Numbering) -> Self
Trait Implementations§
Source§impl Clone for Numberings
impl Clone for Numberings
Source§fn clone(&self) -> Numberings
fn clone(&self) -> Numberings
Returns a copy 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 moreSource§impl Debug for Numberings
impl Debug for Numberings
Source§impl Default for Numberings
impl Default for Numberings
Source§impl FromXML for Numberings
impl FromXML for Numberings
Source§impl PartialEq for Numberings
impl PartialEq for Numberings
Source§impl Serialize for Numberings
impl Serialize for Numberings
impl StructuralPartialEq for Numberings
Auto Trait Implementations§
impl Freeze for Numberings
impl RefUnwindSafe for Numberings
impl Send for Numberings
impl Sync for Numberings
impl Unpin for Numberings
impl UnwindSafe for Numberings
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