Struct HTHEME
#[repr(transparent)]pub struct HTHEME(pub isize);
Tuple Fields§
§0: isize
Implementations§
§impl HTHEME
impl HTHEME
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HTHEME
impl Eq for HTHEME
impl StructuralPartialEq for HTHEME
Auto Trait Implementations§
impl Freeze for HTHEME
impl RefUnwindSafe for HTHEME
impl Send for HTHEME
impl Sync for HTHEME
impl Unpin for HTHEME
impl UnwindSafe for HTHEME
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