pub struct SpecSection {
pub heading_path: String,
pub level: i32,
pub content: String,
}Fields§
§heading_path: String§level: i32§content: StringTrait Implementations§
Source§impl Clone for SpecSection
impl Clone for SpecSection
Source§fn clone(&self) -> SpecSection
fn clone(&self) -> SpecSection
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 SpecSection
impl RefUnwindSafe for SpecSection
impl Send for SpecSection
impl Sync for SpecSection
impl Unpin for SpecSection
impl UnsafeUnpin for SpecSection
impl UnwindSafe for SpecSection
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