Struct uniffi_bindgen::bindings::swift::test::GeneratedSources
source · struct GeneratedSources {
main_module: String,
generated_swift_files: Vec<Utf8PathBuf>,
module_map: Utf8PathBuf,
}
Fields§
§main_module: String
§generated_swift_files: Vec<Utf8PathBuf>
§module_map: Utf8PathBuf
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GeneratedSources
impl Send for GeneratedSources
impl Sync for GeneratedSources
impl Unpin for GeneratedSources
impl UnwindSafe for GeneratedSources
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