pub struct Boolean(pub bool);
Tuple Fields§
§0: bool
Trait 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>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
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 PartialOrd for Boolean
impl PartialOrd for Boolean
impl Copy for Boolean
impl Eq for Boolean
impl StructuralPartialEq for Boolean
Auto Trait Implementations§
impl Freeze for Boolean
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