pub struct TypeNames {
pub abi: String,
pub rust: String,
}
Fields§
§abi: String
§rust: String
Implementations§
Trait Implementations§
impl Eq for TypeNames
impl StructuralPartialEq for TypeNames
Auto Trait Implementations§
impl Freeze for TypeNames
impl RefUnwindSafe for TypeNames
impl Send for TypeNames
impl Sync for TypeNames
impl Unpin for TypeNames
impl UnwindSafe for TypeNames
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