#[repr(C)]pub struct MatchVectType { /* private fields */ }
Trait Implementations§
source§impl ExternType for MatchVectType
impl ExternType for MatchVectType
impl VectorElement for MatchVectType
Auto Trait Implementations§
impl Freeze for MatchVectType
impl RefUnwindSafe for MatchVectType
impl !Send for MatchVectType
impl !Sync for MatchVectType
impl !Unpin for MatchVectType
impl UnwindSafe for MatchVectType
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