pub struct BooleanType { /* private fields */ }Implementationsยง
Trait Implementationsยง
Sourceยงimpl AsRef<bool> for BooleanType
impl AsRef<bool> for BooleanType
Sourceยงimpl Clone for BooleanType
impl Clone for BooleanType
Sourceยงfn clone(&self) -> BooleanType
fn clone(&self) -> BooleanType
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for BooleanType
impl Debug for BooleanType
Sourceยงimpl Default for BooleanType
impl Default for BooleanType
Sourceยงimpl Deref for BooleanType
impl Deref for BooleanType
Sourceยงimpl Display for BooleanType
impl Display for BooleanType
Sourceยงimpl From<BooleanType> for bool
impl From<BooleanType> for bool
Sourceยงfn from(value: BooleanType) -> Self
fn from(value: BooleanType) -> Self
Converts to this type from the input type.
Sourceยงimpl From<bool> for BooleanType
impl From<bool> for BooleanType
Sourceยงimpl Hash for BooleanType
impl Hash for BooleanType
Sourceยงimpl MarshallLength for BooleanType
impl MarshallLength for BooleanType
fn marshall_length(&self) -> usize
Sourceยงimpl PartialEq for BooleanType
impl PartialEq for BooleanType
Sourceยงimpl TryFrom<&[u8]> for BooleanType
impl TryFrom<&[u8]> for BooleanType
Sourceยงimpl Unmarshall for BooleanType
impl Unmarshall for BooleanType
impl Eq for BooleanType
impl StructuralPartialEq for BooleanType
Auto Trait Implementationsยง
impl Freeze for BooleanType
impl RefUnwindSafe for BooleanType
impl Send for BooleanType
impl Sync for BooleanType
impl Unpin for BooleanType
impl UnwindSafe for BooleanType
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.