pub struct Tagged<A, T>where
A: ?Sized,{ /* private fields */ }Expand description
Tagged type.
You can distinct same components by a tag.
Implementations§
Trait Implementations§
impl<A, T> StructuralPartialEq for Tagged<A, T>where
A: ?Sized,
Auto Trait Implementations§
impl<A, T> Freeze for Tagged<A, T>where
A: ?Sized,
impl<A, T> RefUnwindSafe for Tagged<A, T>
impl<A, T> Send for Tagged<A, T>
impl<A, T> Sync for Tagged<A, T>
impl<A, T> Unpin for Tagged<A, T>
impl<A, T> UnwindSafe for Tagged<A, T>
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