pub struct HeadingAttrSite { /* private fields */ }Expand description
An ATX heading attribute trailer.
Implementations§
Trait Implementations§
Source§impl Clone for HeadingAttrSite
impl Clone for HeadingAttrSite
Source§fn clone(&self) -> HeadingAttrSite
fn clone(&self) -> HeadingAttrSite
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 moreAuto Trait Implementations§
impl Freeze for HeadingAttrSite
impl RefUnwindSafe for HeadingAttrSite
impl Send for HeadingAttrSite
impl Sync for HeadingAttrSite
impl Unpin for HeadingAttrSite
impl UnsafeUnpin for HeadingAttrSite
impl UnwindSafe for HeadingAttrSite
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