Struct tc_value::BooleanType [−][src]
pub struct BooleanType;
The type of a Boolean
.
Trait Implementations
impl Clone for BooleanType
[src]
impl Clone for BooleanType
[src]pub fn clone(&self) -> BooleanType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for BooleanType
[src]
impl Copy for BooleanType
[src]impl Default for BooleanType
[src]
impl Default for BooleanType
[src]pub fn default() -> BooleanType
[src]
impl<'de> Deserialize<'de> for BooleanType
[src]
impl<'de> Deserialize<'de> for BooleanType
[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<BooleanType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<BooleanType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for BooleanType
[src]
impl Eq for BooleanType
[src]impl From<BooleanType> for NumberType
[src]
impl From<BooleanType> for NumberType
[src]pub fn from(_bt: BooleanType) -> NumberType
[src]
impl Hash for BooleanType
[src]
impl Hash for BooleanType
[src]impl NumberClass for BooleanType
[src]
impl NumberClass for BooleanType
[src]impl Ord for BooleanType
[src]
impl Ord for BooleanType
[src]impl PartialEq<BooleanType> for BooleanType
[src]
impl PartialEq<BooleanType> for BooleanType
[src]impl PartialOrd<BooleanType> for BooleanType
[src]
impl PartialOrd<BooleanType> for BooleanType
[src]pub fn partial_cmp(&self, other: &BooleanType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Serialize for BooleanType
[src]
impl Serialize for BooleanType
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for BooleanType
[src]
impl StructuralEq for BooleanType
[src]impl StructuralPartialEq for BooleanType
[src]
impl StructuralPartialEq for BooleanType
[src]Auto Trait Implementations
impl RefUnwindSafe for BooleanType
impl RefUnwindSafe for BooleanType
impl Send for BooleanType
impl Send for BooleanType
impl Sync for BooleanType
impl Sync for BooleanType
impl Unpin for BooleanType
impl Unpin for BooleanType
impl UnwindSafe for BooleanType
impl UnwindSafe for BooleanType
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]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,