Enum Quote
enum Quote
Kind of quote.
Variants
-
Double Double quote:
"-
Single Single quote:
'-
None No quote
Implementations
impl Clone for Quote
fn clone(self: &Self) -> Quote
impl Copy for Quote
impl Debug for Quote
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for Quote
impl Freeze for Quote
impl PartialEq for Quote
fn eq(self: &Self, other: &Quote) -> bool
impl RefUnwindSafe for Quote
impl Send for Quote
impl StructuralPartialEq for Quote
impl Sync for Quote
impl Unpin for Quote
impl UnwindSafe for Quote
impl<T> Any for Quote
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Quote
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Quote
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Quote
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Quote
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for Quote
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Quote
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Quote
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Quote
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>