pub struct TrueFalseBlankValue { /* private fields */ }Trait Implementations§
Source§impl Clone for TrueFalseBlankValue
impl Clone for TrueFalseBlankValue
Source§fn clone(&self) -> TrueFalseBlankValue
fn clone(&self) -> TrueFalseBlankValue
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 TrueFalseBlankValue
impl Debug for TrueFalseBlankValue
Source§impl Default for TrueFalseBlankValue
impl Default for TrueFalseBlankValue
Source§fn default() -> TrueFalseBlankValue
fn default() -> TrueFalseBlankValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TrueFalseBlankValue
impl RefUnwindSafe for TrueFalseBlankValue
impl Send for TrueFalseBlankValue
impl Sync for TrueFalseBlankValue
impl Unpin for TrueFalseBlankValue
impl UnwindSafe for TrueFalseBlankValue
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