pub struct TypeTupple {
pub s_types: HashSet<TypeContainer>,
pub handler_id: u64,
}Fields§
§s_types: HashSet<TypeContainer>§handler_id: u64Trait Implementations§
Source§impl Clone for TypeTupple
impl Clone for TypeTupple
Source§fn clone(&self) -> TypeTupple
fn clone(&self) -> TypeTupple
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for TypeTupple
impl Hash for TypeTupple
Source§impl PartialEq for TypeTupple
impl PartialEq for TypeTupple
impl Eq for TypeTupple
Auto Trait Implementations§
impl Freeze for TypeTupple
impl !RefUnwindSafe for TypeTupple
impl Send for TypeTupple
impl Sync for TypeTupple
impl Unpin for TypeTupple
impl !UnwindSafe for TypeTupple
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