pub struct ApiInfo {
pub functions: Vec<Function>,
}
Expand description
The result of get_api_info()
.
Fields§
§functions: Vec<Function>
Auto Trait Implementations§
impl Freeze for ApiInfo
impl RefUnwindSafe for ApiInfo
impl Send for ApiInfo
impl Sync for ApiInfo
impl Unpin for ApiInfo
impl UnwindSafe for ApiInfo
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