pub struct TemplateQuasi {
pub raw: String,
pub cooked: Option<String>,
}Fields§
§raw: String§cooked: Option<String>Trait Implementations§
Source§impl Clone for TemplateQuasi
impl Clone for TemplateQuasi
Source§fn clone(&self) -> TemplateQuasi
fn clone(&self) -> TemplateQuasi
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TemplateQuasi
impl RefUnwindSafe for TemplateQuasi
impl Send for TemplateQuasi
impl Sync for TemplateQuasi
impl Unpin for TemplateQuasi
impl UnsafeUnpin for TemplateQuasi
impl UnwindSafe for TemplateQuasi
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