#[repr(transparent)]pub struct InterestKind {
pub repr: u8,
}Fields§
§repr: u8Implementations§
Source§impl InterestKind
impl InterestKind
Trait Implementations§
Source§impl Clone for InterestKind
impl Clone for InterestKind
Source§impl ExternType for InterestKind
impl ExternType for InterestKind
Source§impl PartialEq for InterestKind
impl PartialEq for InterestKind
impl Copy for InterestKind
impl Eq for InterestKind
impl StructuralPartialEq for InterestKind
Auto Trait Implementations§
impl Freeze for InterestKind
impl RefUnwindSafe for InterestKind
impl Send for InterestKind
impl Sync for InterestKind
impl Unpin for InterestKind
impl UnwindSafe for InterestKind
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