pub struct YamlFrontmatterRegion {
pub id: String,
pub host_range: Range<usize>,
pub content_range: Range<usize>,
pub content: String,
}Fields§
§id: String§host_range: Range<usize>§content_range: Range<usize>§content: StringTrait Implementations§
Source§impl Clone for YamlFrontmatterRegion
impl Clone for YamlFrontmatterRegion
Source§fn clone(&self) -> YamlFrontmatterRegion
fn clone(&self) -> YamlFrontmatterRegion
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 moreSource§impl Debug for YamlFrontmatterRegion
impl Debug for YamlFrontmatterRegion
Source§impl PartialEq for YamlFrontmatterRegion
impl PartialEq for YamlFrontmatterRegion
impl Eq for YamlFrontmatterRegion
impl StructuralPartialEq for YamlFrontmatterRegion
Auto Trait Implementations§
impl Freeze for YamlFrontmatterRegion
impl RefUnwindSafe for YamlFrontmatterRegion
impl Send for YamlFrontmatterRegion
impl Sync for YamlFrontmatterRegion
impl Unpin for YamlFrontmatterRegion
impl UnsafeUnpin for YamlFrontmatterRegion
impl UnwindSafe for YamlFrontmatterRegion
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