pub struct GeneratedApi {Show 14 fields
pub application_version: String,
pub api_version: u32,
pub events: String,
pub event_map: String,
pub event_lookup: String,
pub event_filter_lookup: String,
pub event_module_lookup: String,
pub event_filters: String,
pub event_data: String,
pub defines: String,
pub classes: String,
pub globals: String,
pub concepts: String,
pub unions: String,
}Fields§
§application_version: String§api_version: u32§events: String§event_map: String§event_lookup: String§event_filter_lookup: String§event_module_lookup: String§event_filters: String§event_data: String§defines: String§classes: String§globals: String§concepts: String§unions: StringAuto Trait Implementations§
impl Freeze for GeneratedApi
impl RefUnwindSafe for GeneratedApi
impl Send for GeneratedApi
impl Sync for GeneratedApi
impl Unpin for GeneratedApi
impl UnsafeUnpin for GeneratedApi
impl UnwindSafe for GeneratedApi
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