pub struct VariableIntro {
pub variable: String,
pub intro: VariableIntroType,
}
Fields§
§variable: String
§intro: VariableIntroType
Trait Implementations§
Source§impl Clone for VariableIntro
impl Clone for VariableIntro
Source§fn clone(&self) -> VariableIntro
fn clone(&self) -> VariableIntro
Returns a copy 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 VariableIntro
impl Debug for VariableIntro
Source§impl From<&VariableIntro> for Template
impl From<&VariableIntro> for Template
Source§fn from(value: &VariableIntro) -> Self
fn from(value: &VariableIntro) -> Self
Converts to this type from the input type.
Source§impl From<&VariableIntro> for VarContextType
impl From<&VariableIntro> for VarContextType
Source§fn from(value: &VariableIntro) -> Self
fn from(value: &VariableIntro) -> Self
Converts to this type from the input type.
Source§impl Hash for VariableIntro
impl Hash for VariableIntro
Source§impl PartialEq for VariableIntro
impl PartialEq for VariableIntro
impl Eq for VariableIntro
impl StructuralPartialEq for VariableIntro
Auto Trait Implementations§
impl Freeze for VariableIntro
impl RefUnwindSafe for VariableIntro
impl Send for VariableIntro
impl Sync for VariableIntro
impl Unpin for VariableIntro
impl UnwindSafe for VariableIntro
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