pub struct StrTemplateMeta {
pub escaped: bool,
pub head: bool,
pub tail: bool,
}Fields§
§escaped: bool§head: bool§tail: boolTrait Implementations§
Source§impl Clone for StrTemplateMeta
impl Clone for StrTemplateMeta
Source§fn clone(&self) -> StrTemplateMeta
fn clone(&self) -> StrTemplateMeta
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 moreimpl Copy for StrTemplateMeta
Source§impl Debug for StrTemplateMeta
impl Debug for StrTemplateMeta
impl Eq for StrTemplateMeta
Source§impl PartialEq for StrTemplateMeta
impl PartialEq for StrTemplateMeta
Source§fn eq(&self, other: &StrTemplateMeta) -> bool
fn eq(&self, other: &StrTemplateMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StrTemplateMeta
Auto Trait Implementations§
impl Freeze for StrTemplateMeta
impl RefUnwindSafe for StrTemplateMeta
impl Send for StrTemplateMeta
impl Sync for StrTemplateMeta
impl Unpin for StrTemplateMeta
impl UnsafeUnpin for StrTemplateMeta
impl UnwindSafe for StrTemplateMeta
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