pub struct RichBlockPullQuotation {
pub text: RichText,
pub credit: Option<RichText>,
}Expand description
A pull quotation with centred text (<aside>).
Fields§
§text: RichTextThe quotation text.
credit: Option<RichText>Optional attribution credit.
Trait Implementations§
Source§impl Clone for RichBlockPullQuotation
impl Clone for RichBlockPullQuotation
Source§fn clone(&self) -> RichBlockPullQuotation
fn clone(&self) -> RichBlockPullQuotation
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 moreSource§impl Debug for RichBlockPullQuotation
impl Debug for RichBlockPullQuotation
Source§impl<'de> Deserialize<'de> for RichBlockPullQuotation
impl<'de> Deserialize<'de> for RichBlockPullQuotation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RichBlockPullQuotation
impl RefUnwindSafe for RichBlockPullQuotation
impl Send for RichBlockPullQuotation
impl Sync for RichBlockPullQuotation
impl Unpin for RichBlockPullQuotation
impl UnsafeUnpin for RichBlockPullQuotation
impl UnwindSafe for RichBlockPullQuotation
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