pub struct RedirectElement {
pub span: Span,
pub parameters: Parameters,
pub children: Vec<Element>,
}Expand description
리다이렉트 {{{#redirect …}}}
Fields§
§span: Span§parameters: Parameters§children: Vec<Element>Trait Implementations§
Source§impl Clone for RedirectElement
impl Clone for RedirectElement
Source§fn clone(&self) -> RedirectElement
fn clone(&self) -> RedirectElement
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 RedirectElement
impl Debug for RedirectElement
Auto Trait Implementations§
impl Freeze for RedirectElement
impl RefUnwindSafe for RedirectElement
impl Send for RedirectElement
impl Sync for RedirectElement
impl Unpin for RedirectElement
impl UnwindSafe for RedirectElement
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