pub struct InputRichBlockPullQuotation {
pub text: RichText,
pub credit: Option<RichText>,
}Expand description
A quotation with centered text (<aside>).
Fields§
§text: RichTextText of the block.
credit: Option<RichText>Credit of the block.
Trait Implementations§
Source§impl Clone for InputRichBlockPullQuotation
impl Clone for InputRichBlockPullQuotation
Source§fn clone(&self) -> InputRichBlockPullQuotation
fn clone(&self) -> InputRichBlockPullQuotation
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 InputRichBlockPullQuotation
impl Debug for InputRichBlockPullQuotation
Source§impl<'de> Deserialize<'de> for InputRichBlockPullQuotation
impl<'de> Deserialize<'de> for InputRichBlockPullQuotation
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 InputRichBlockPullQuotation
impl RefUnwindSafe for InputRichBlockPullQuotation
impl Send for InputRichBlockPullQuotation
impl Sync for InputRichBlockPullQuotation
impl Unpin for InputRichBlockPullQuotation
impl UnsafeUnpin for InputRichBlockPullQuotation
impl UnwindSafe for InputRichBlockPullQuotation
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