pub struct TypeTuple {
pub s_types: HashSet<TypeContainer>,
pub handler_id: u64,
}Fields§
§s_types: HashSet<TypeContainer>§handler_id: u64Trait Implementations§
impl Eq for TypeTuple
Auto Trait Implementations§
impl !RefUnwindSafe for TypeTuple
impl !UnwindSafe for TypeTuple
impl Freeze for TypeTuple
impl Send for TypeTuple
impl Sync for TypeTuple
impl Unpin for TypeTuple
impl UnsafeUnpin for TypeTuple
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