pub struct TextTransclude {
pub title: Option<String>,
pub excerpt: Option<String>,
pub link_text: String,
pub href: String,
}Fields§
§title: Option<String>§excerpt: Option<String>§link_text: String§href: StringTrait Implementations§
Source§impl Clone for TextTransclude
impl Clone for TextTransclude
Source§fn clone(&self) -> TextTransclude
fn clone(&self) -> TextTransclude
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 moreAuto Trait Implementations§
impl Freeze for TextTransclude
impl RefUnwindSafe for TextTransclude
impl Send for TextTransclude
impl Sync for TextTransclude
impl Unpin for TextTransclude
impl UnwindSafe for TextTransclude
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