pub struct LineTag<'a> {
pub element: Option<&'a Element>,
pub properties: &'a LineTagProperties,
}Expand description
LineTagProperties for a line mode, as well as an Element if one is associated with the
current user-defined line mode.
Fields§
§element: Option<&'a Element>§properties: &'a LineTagPropertiesTrait Implementations§
impl<'a> Copy for LineTag<'a>
impl<'a> Eq for LineTag<'a>
impl<'a> StructuralPartialEq for LineTag<'a>
Auto Trait Implementations§
impl<'a> Freeze for LineTag<'a>
impl<'a> RefUnwindSafe for LineTag<'a>
impl<'a> Send for LineTag<'a>
impl<'a> Sync for LineTag<'a>
impl<'a> Unpin for LineTag<'a>
impl<'a> UnsafeUnpin for LineTag<'a>
impl<'a> UnwindSafe for LineTag<'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