pub struct TrueValue;
Implementations§
Trait Implementations§
impl StructuralPartialEq for TrueValue
Auto Trait Implementations§
impl Freeze for TrueValue
impl RefUnwindSafe for TrueValue
impl Send for TrueValue
impl Sync for TrueValue
impl Unpin for TrueValue
impl UnwindSafe for TrueValue
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