pub enum Transclude {
Text(TextTransclude),
}Expand description
The set of possible transcludes that may need to be rendered to a target format. At this time, only text transcludes are supported.
Variants§
Text(TextTransclude)
Trait Implementations§
Source§impl Clone for Transclude
impl Clone for Transclude
Source§fn clone(&self) -> Transclude
fn clone(&self) -> Transclude
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 Transclude
impl RefUnwindSafe for Transclude
impl Send for Transclude
impl Sync for Transclude
impl Unpin for Transclude
impl UnwindSafe for Transclude
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