[][src]Struct liquid_value::ValueViewCmp

pub struct ValueViewCmp<'v>(_);

Value comparison semantics for types implementing ValueView.

Methods

impl<'v> ValueViewCmp<'v>[src]

pub fn new(v: &dyn ValueView) -> ValueViewCmp[src]

Value comparison semantics for types implementing ValueView.

Trait Implementations

impl<'v> Clone for ValueViewCmp<'v>[src]

impl<'v> Copy for ValueViewCmp<'v>[src]

impl<'v> Debug for ValueViewCmp<'v>[src]

impl<'v> PartialEq<&'v str> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<Date> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<DateTime> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<KString> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<KStringCow<'v>> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<KStringRef<'v>> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<String> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<ValueViewCmp<'v>> for ValueCow<'v>[src]

impl<'v> PartialEq<ValueViewCmp<'v>> for Value[src]

impl<'v> PartialEq<ValueViewCmp<'v>> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<bool> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<f64> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<i32> for ValueViewCmp<'v>[src]

impl<'v> PartialEq<str> for ValueViewCmp<'v>[src]

impl<'v> PartialOrd<ValueViewCmp<'v>> for ValueViewCmp<'v>[src]

Auto Trait Implementations

impl<'v> !RefUnwindSafe for ValueViewCmp<'v>

impl<'v> !Send for ValueViewCmp<'v>

impl<'v> !Sync for ValueViewCmp<'v>

impl<'v> Unpin for ValueViewCmp<'v>

impl<'v> !UnwindSafe for ValueViewCmp<'v>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.