pub enum TVec {
TPrimitive(TPrimitive),
}Variants§
TPrimitive(TPrimitive)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TVec
impl RefUnwindSafe for TVec
impl Send for TVec
impl Sync for TVec
impl Unpin for TVec
impl UnwindSafe for TVec
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