pub enum TemplateType {
Main,
Partial,
}
Variants§
Trait Implementations§
Source§impl Clone for TemplateType
impl Clone for TemplateType
Source§fn clone(&self) -> TemplateType
fn clone(&self) -> TemplateType
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 TemplateType
impl Debug for TemplateType
Source§impl PartialEq for TemplateType
impl PartialEq for TemplateType
impl Copy for TemplateType
impl StructuralPartialEq for TemplateType
Auto Trait Implementations§
impl Freeze for TemplateType
impl RefUnwindSafe for TemplateType
impl Send for TemplateType
impl Sync for TemplateType
impl Unpin for TemplateType
impl UnwindSafe for TemplateType
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