pub struct CurvedApostrophe<'a> {
pub role: Option<Role<'a>>,
pub id: Option<&'a str>,
pub form: Form,
pub content: Vec<InlineNode<'a>>,
pub location: Location,
}Expand description
A CurvedApostrophe represents a curved apostrophe section of text in a document.
Fields§
§role: Option<Role<'a>>§id: Option<&'a str>§form: Form§content: Vec<InlineNode<'a>>§location: LocationTrait Implementations§
Source§impl<'a> Clone for CurvedApostrophe<'a>
impl<'a> Clone for CurvedApostrophe<'a>
Source§fn clone(&self) -> CurvedApostrophe<'a>
fn clone(&self) -> CurvedApostrophe<'a>
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<'a> Debug for CurvedApostrophe<'a>
impl<'a> Debug for CurvedApostrophe<'a>
Source§impl<'a> PartialEq for CurvedApostrophe<'a>
impl<'a> PartialEq for CurvedApostrophe<'a>
impl<'a> StructuralPartialEq for CurvedApostrophe<'a>
Auto Trait Implementations§
impl<'a> Freeze for CurvedApostrophe<'a>
impl<'a> RefUnwindSafe for CurvedApostrophe<'a>
impl<'a> Send for CurvedApostrophe<'a>
impl<'a> Sync for CurvedApostrophe<'a>
impl<'a> Unpin for CurvedApostrophe<'a>
impl<'a> UnsafeUnpin for CurvedApostrophe<'a>
impl<'a> UnwindSafe for CurvedApostrophe<'a>
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