pub enum CTTrue {}Expand description
Type representing a TRUE value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTTrue
impl RefUnwindSafe for CTTrue
impl Send for CTTrue
impl Sync for CTTrue
impl Unpin for CTTrue
impl UnwindSafe for CTTrue
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