pub struct DefineElement {
pub span: Span,
pub parameters: Parameters,
}Expand description
변수 정의 {{{#define #varname=“value” …}}}
Fields§
§span: Span§parameters: ParametersTrait Implementations§
Source§impl Clone for DefineElement
impl Clone for DefineElement
Source§fn clone(&self) -> DefineElement
fn clone(&self) -> DefineElement
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 DefineElement
impl Debug for DefineElement
Auto Trait Implementations§
impl Freeze for DefineElement
impl RefUnwindSafe for DefineElement
impl Send for DefineElement
impl Sync for DefineElement
impl Unpin for DefineElement
impl UnwindSafe for DefineElement
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