Enum tc_value::Bound [−][src]
An optional inclusive or exclusive bound
Variants
In(Value)
Ex(Value)
Trait Implementations
impl<'en> IntoStream<'en> for Bound
[src]
impl<'en> IntoStream<'en> for Bound
[src]impl StructuralEq for Bound
[src]
impl StructuralEq for Bound
[src]impl StructuralPartialEq for Bound
[src]
impl StructuralPartialEq for Bound
[src]impl TryCastFrom<Map<Value>> for Bound
[src]
impl TryCastFrom<Map<Value>> for Bound
[src]fn can_cast_from(value: &Map<Value>) -> bool
[src]
fn opt_cast_from(value: Map<Value>) -> Option<Self>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
Auto Trait Implementations
impl RefUnwindSafe for Bound
impl RefUnwindSafe for Bound
impl UnwindSafe for Bound
impl UnwindSafe for Bound
Blanket Implementations
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]pub fn can_cast_from(&F) -> bool
[src]
pub fn opt_cast_from(f: F) -> Option<T>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]pub fn can_cast_into(&self) -> bool
[src]
pub fn opt_cast_into(self) -> Option<T>
[src]
pub fn try_cast_into<Err, OnErr>(self, on_err: OnErr) -> Result<T, Err> where
OnErr: FnOnce(&Self) -> Err,
[src]
OnErr: FnOnce(&Self) -> Err,