pub struct VecType {
pub vec_type: TypeRef,
pub element: TypeRef,
}
Fields§
§vec_type: TypeRef
§element: TypeRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecType
impl RefUnwindSafe for VecType
impl !Send for VecType
impl !Sync for VecType
impl Unpin for VecType
impl UnwindSafe for VecType
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