pub struct High<T = String>(pub T);Expand description
The high attribute
Tuple Fields§
§0: TTrait Implementations§
Source§impl<'a, E, T> ElementData<E> for High<T>
impl<'a, E, T> ElementData<E> for High<T>
impl<T: Eq> Eq for High<T>
impl<T> StructuralPartialEq for High<T>
Auto Trait Implementations§
impl<T> Freeze for High<T>where
T: Freeze,
impl<T> RefUnwindSafe for High<T>where
T: RefUnwindSafe,
impl<T> Send for High<T>where
T: Send,
impl<T> Sync for High<T>where
T: Sync,
impl<T> Unpin for High<T>where
T: Unpin,
impl<T> UnwindSafe for High<T>where
T: UnwindSafe,
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