pub struct BlockTitle {
pub position: Option<TitlePosition>,
pub content: Line,
}Fields§
§position: Option<TitlePosition>§content: LineImplementations§
Trait Implementations§
Source§impl Clone for BlockTitle
impl Clone for BlockTitle
Source§fn clone(&self) -> BlockTitle
fn clone(&self) -> BlockTitle
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 BlockTitle
impl Debug for BlockTitle
Source§impl Hash for BlockTitle
impl Hash for BlockTitle
Source§impl PartialEq for BlockTitle
impl PartialEq for BlockTitle
impl Eq for BlockTitle
impl StructuralPartialEq for BlockTitle
Auto Trait Implementations§
impl Freeze for BlockTitle
impl RefUnwindSafe for BlockTitle
impl Send for BlockTitle
impl Sync for BlockTitle
impl Unpin for BlockTitle
impl UnsafeUnpin for BlockTitle
impl UnwindSafe for BlockTitle
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