pub struct RawStructuredText {
pub blocks: Vec<StructuredTextBlock>,
}Fields§
§blocks: Vec<StructuredTextBlock>Trait Implementations§
Source§impl Clone for RawStructuredText
impl Clone for RawStructuredText
Source§fn clone(&self) -> RawStructuredText
fn clone(&self) -> RawStructuredText
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawStructuredText
impl Debug for RawStructuredText
Source§impl PartialEq for RawStructuredText
impl PartialEq for RawStructuredText
Source§fn eq(&self, other: &RawStructuredText) -> bool
fn eq(&self, other: &RawStructuredText) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RawStructuredText
Auto Trait Implementations§
impl Freeze for RawStructuredText
impl RefUnwindSafe for RawStructuredText
impl Send for RawStructuredText
impl Sync for RawStructuredText
impl Unpin for RawStructuredText
impl UnsafeUnpin for RawStructuredText
impl UnwindSafe for RawStructuredText
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