pub struct BooleanResult { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BooleanResult
impl Clone for BooleanResult
Source§fn clone(&self) -> BooleanResult
fn clone(&self) -> BooleanResult
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 BooleanResult
impl Debug for BooleanResult
Source§impl Default for BooleanResult
impl Default for BooleanResult
Source§impl From<BooleanResult> for BooleanResult
impl From<BooleanResult> for BooleanResult
Source§fn from(value: BooleanResult) -> Self
fn from(value: BooleanResult) -> Self
Converts to this type from the input type.
Source§impl TryFrom<BooleanResult> for BooleanResult
impl TryFrom<BooleanResult> for BooleanResult
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: BooleanResult) -> Result<Self, ConversionError>
fn try_from(value: BooleanResult) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for BooleanResult
impl RefUnwindSafe for BooleanResult
impl Send for BooleanResult
impl Sync for BooleanResult
impl Unpin for BooleanResult
impl UnsafeUnpin for BooleanResult
impl UnwindSafe for BooleanResult
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