pub struct IDLTypes {
pub args: Vec<IDLType>,
}Fields§
§args: Vec<IDLType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IDLTypes
impl RefUnwindSafe for IDLTypes
impl Send for IDLTypes
impl Sync for IDLTypes
impl Unpin for IDLTypes
impl UnwindSafe for IDLTypes
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