pub struct InvalidPodBool {}
Expand description
Invalid value stored in PodBool
when trying to interpret it as a bool
Auto Trait Implementations§
impl Freeze for InvalidPodBool
impl RefUnwindSafe for InvalidPodBool
impl Send for InvalidPodBool
impl Sync for InvalidPodBool
impl Unpin for InvalidPodBool
impl UnwindSafe for InvalidPodBool
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