pub struct UserSection {
pub content: String,
pub blocks: Vec<FencedBlock>,
}Fields§
§content: String§blocks: Vec<FencedBlock>Trait Implementations§
Source§impl Clone for UserSection
impl Clone for UserSection
Source§fn clone(&self) -> UserSection
fn clone(&self) -> UserSection
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 UserSection
impl RefUnwindSafe for UserSection
impl Send for UserSection
impl Sync for UserSection
impl Unpin for UserSection
impl UnwindSafe for UserSection
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