Struct harriet::StringLiteralLongQuote
source · [−]Fields
string: Cow<'a, str>Implementations
sourceimpl<'a> StringLiteralLongQuote<'a>
impl<'a> StringLiteralLongQuote<'a>
pub fn lexical_form(&self) -> Result<String, &str>
Trait Implementations
sourceimpl<'a> Clone for StringLiteralLongQuote<'a>
impl<'a> Clone for StringLiteralLongQuote<'a>
sourcefn clone(&self) -> StringLiteralLongQuote<'a>
fn clone(&self) -> StringLiteralLongQuote<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for StringLiteralLongQuote<'a>
impl<'a> Debug for StringLiteralLongQuote<'a>
sourceimpl<'a> PartialEq<StringLiteralLongQuote<'a>> for StringLiteralLongQuote<'a>
impl<'a> PartialEq<StringLiteralLongQuote<'a>> for StringLiteralLongQuote<'a>
sourcefn eq(&self, other: &StringLiteralLongQuote<'a>) -> bool
fn eq(&self, other: &StringLiteralLongQuote<'a>) -> bool
impl<'a> Eq for StringLiteralLongQuote<'a>
impl<'a> StructuralEq for StringLiteralLongQuote<'a>
impl<'a> StructuralPartialEq for StringLiteralLongQuote<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for StringLiteralLongQuote<'a>
impl<'a> Send for StringLiteralLongQuote<'a>
impl<'a> Sync for StringLiteralLongQuote<'a>
impl<'a> Unpin for StringLiteralLongQuote<'a>
impl<'a> UnwindSafe for StringLiteralLongQuote<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more