pub struct Boolean(pub bool);Tuple Fields§
§0: boolTrait Implementations§
source§impl From<BooleanBuf> for Boolean
impl From<BooleanBuf> for Boolean
source§fn from(b: BooleanBuf) -> Boolean
fn from(b: BooleanBuf) -> Boolean
Converts to this type from the input type.
source§impl LexicalFormOf<Boolean> for Boolean
impl LexicalFormOf<Boolean> for Boolean
type ValueError = Infallible
fn try_as_value(&self) -> Result<Boolean, Self::ValueError>
source§impl Ord for Boolean
impl Ord for Boolean
source§impl ParseXsd for Boolean
impl ParseXsd for Boolean
type LexicalForm = Boolean
fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>
source§impl PartialEq for Boolean
impl PartialEq for Boolean
source§impl PartialOrd for Boolean
impl PartialOrd for Boolean
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Boolean
impl Eq for Boolean
impl StructuralPartialEq for Boolean
Auto Trait Implementations§
impl RefUnwindSafe for Boolean
impl Send for Boolean
impl Sync for Boolean
impl Unpin for Boolean
impl UnwindSafe for Boolean
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