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