pub struct PageBlockCaption {
pub text: RichText,
pub credit: RichText,
}
Expand description
Contains a caption of an instant view web page block, consisting of a text and a trailing credit
Fields§
§text: RichText
Content of the caption
credit: RichText
Block credit (like HTML tag )
Trait Implementations§
Source§impl Clone for PageBlockCaption
impl Clone for PageBlockCaption
Source§fn clone(&self) -> PageBlockCaption
fn clone(&self) -> PageBlockCaption
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 PageBlockCaption
impl Debug for PageBlockCaption
Source§impl<'de> Deserialize<'de> for PageBlockCaption
impl<'de> Deserialize<'de> for PageBlockCaption
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
Source§impl PartialEq for PageBlockCaption
impl PartialEq for PageBlockCaption
Source§impl Serialize for PageBlockCaption
impl Serialize for PageBlockCaption
impl StructuralPartialEq for PageBlockCaption
Auto Trait Implementations§
impl Freeze for PageBlockCaption
impl RefUnwindSafe for PageBlockCaption
impl Send for PageBlockCaption
impl Sync for PageBlockCaption
impl Unpin for PageBlockCaption
impl UnwindSafe for PageBlockCaption
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